Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
Description
`FileFormatWriter.write` now is used by all V1 write which includes datasource and hive table. However it contains a sort which is based on dynamic partition and bucket columns that can not be seen in plan directly.
V2 write has a better approach that it satisfies the order or even distribution by using rule `V2Writes`.
V1 write should do the similar thing with V2 write.
Attachments
Issue Links
- causes
-
SPARK-44512 dataset.sort.select.write.partitionBy sorts wrong column
- Closed
- links to
(1 links to)