Search before asking
Paimon version
The overwrite() of file_store_commit.py should use full table fields for FullStartingScanner's trim_and_transform_predicate, which aligin with drop_partitions. Therefore, FullStartingScanner's trim_and_transform_predicate could map indices correctly (full schema index -> partition index).
Compute Engine
PythonAPI
Minimal reproduce step
Insert static partition commit could reproduce the issue.
What doesn't meet your expectations?
The overwrite() of file_store_commit.py mismatches index space for static partition.
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Paimon version
The
overwrite()offile_store_commit.pyshould use full table fields forFullStartingScanner'strim_and_transform_predicate, which aligin withdrop_partitions. Therefore,FullStartingScanner'strim_and_transform_predicatecould map indices correctly (full schema index -> partition index).Compute Engine
PythonAPI
Minimal reproduce step
Insert static partition commit could reproduce the issue.
What doesn't meet your expectations?
The
overwrite()offile_store_commit.pymismatches index space for static partition.Anything else?
No response
Are you willing to submit a PR?