You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing partitioned data to hdfs using spark 3.1.1, the directory layout is something like: data/dftest.parquet/col1%3D4/part1.snappy.parquet
Instead we need it to look like data/dftest.parquet/col1=4/part1.snappy.parquet
This encoding issue only happens when using spark 3.1.1. Either need to look into fixing the incompatibility or look into decoding the directory layout in our connector.
The text was updated successfully, but these errors were encountered:
When writing partitioned data to hdfs using spark 3.1.1, the directory layout is something like:
data/dftest.parquet/col1%3D4/part1.snappy.parquet
Instead we need it to look like
data/dftest.parquet/col1=4/part1.snappy.parquet
This encoding issue only happens when using spark 3.1.1. Either need to look into fixing the incompatibility or look into decoding the directory layout in our connector.
The text was updated successfully, but these errors were encountered: