Closed Aitozi closed 3 days ago
…partition overwrite mode.
If dynamic-partition-overwrite is enabled, the partition should not be overwrite when the input data is empty. Currently, we check the appendTableFiles, but it contains the DELETE files. We should exclude the DELETE files for check.
dynamic-partition-overwrite
appendTableFiles
DELETE
Linked issue: close #xxx
Thanks @Aitozi Left two small comments.
…partition overwrite mode.
Purpose
If
dynamic-partition-overwrite
is enabled, the partition should not be overwrite when the input data is empty. Currently, we check theappendTableFiles
, but it contains theDELETE
files. We should exclude theDELETE
files for check.Linked issue: close #xxx
Tests
API and Format
Documentation