Reading Delta Table written by Spark with list field. #1178
Unanswered
alexwilcoxson-rel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
We have a table with a field of type List. When written with pyspark the list's entries are named "element". delta-rs is using "item" as the name. This makes it so we cannot read this table using delta-rs.
I found this discussion: https://github.com/delta-io/delta-rs/pull/684/files#r940790524
It references an upstream change? Is that something still pending or would there be further investigation/work required to support this?
Test and data to reproduce
array_table.zip
output
this is the spark code (run on databricks) that created the table
output
Beta Was this translation helpful? Give feedback.
All reactions