Closed harveyyue closed 1 week ago
+1
I remember this is not an issue. @harveyyue Can you find the exact case?
I remember this is not an issue. @harveyyue Can you find the exact case?
Using spark format paimon
to write upstream data will generate a new schema-xxx since have no schema changes
dataset.format("paimon").options(options);
I remember this is not an issue. @harveyyue Can you find the exact case?
Using spark format
paimon
to write upstream data will generate a new schema-xxx since have no schema changesdataset.format("paimon").options(options);
@harveyyue Can you add a test case?
I remember this is not an issue. @harveyyue Can you find the exact case?
Using spark format
paimon
to write upstream data will generate a new schema-xxx since have no schema changesdataset.format("paimon").options(options);
@harveyyue Can you add a test case?
Done
We did some code changes to reselect column according table schema, the unexecpted field orders will trigger the ==
compare method from row type.
Purpose
Linked issue: close #xxx No
Tests
API and Format
Documentation