paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[spark] Disable v2 write in v1 append location unit tests

Open kerwin-zk opened this issue 3 months ago • 0 comments

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

kerwin-zk avatar Sep 24 '25 15:09 kerwin-zk