paimon
paimon copied to clipboard
[spark] Disable v2 write in v1 append location unit tests
Purpose
Disable v2 write in v1 append location unit tests
The operation batch.write.format("paimon").mode("append").save(location) throws an exception when v2 write is enabled. Therefore, it is necessary to explicitly disable v2 write in the relevant unit tests.
Tests
CI