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.