Closed ulysses-you closed 1 month ago
For the primary key table, we still have a chance to push down limit if the split is raw convertible. This pr relaxes the push down limit condition to support primary key table.
add test
no
I think this is a good optimize. Change title from "Spark" to "Core",because Flink also use this optimize.
thank you @wwj6591812 , addressed comments
cc @JingsongLi thank you
+1
Link to https://github.com/apache/paimon/issues/2404.
Purpose
For the primary key table, we still have a chance to push down limit if the split is raw convertible. This pr relaxes the push down limit condition to support primary key table.
Tests
add test
API and Format
no
Documentation