Closed paulpaul1076 closed 2 months ago
Looking at this link: https://ytsaurus.tech/docs/en/user-guide/data-processing/spyt/best-practices
It seems like spyt is only able to read data partitioned using hive-style partitioning.
Could you also please add support to write yt tables using hive style partitioning?
Also please add support for this behavior: spark.sql.sources.partitionOverwriteMode=dynamic.
spark.sql.sources.partitionOverwriteMode=dynamic
This feature was added. It will be available in the next release
When is the next release?
I think we'll release a new version within 2 or three weeks.
Looking at this link: https://ytsaurus.tech/docs/en/user-guide/data-processing/spyt/best-practices
It seems like spyt is only able to read data partitioned using hive-style partitioning.
Could you also please add support to write yt tables using hive style partitioning?
Also please add support for this behavior:
spark.sql.sources.partitionOverwriteMode=dynamic
.