Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
2.48k
stars
970
forks
source link
[core] Support schema table push down range query predicate #4146
Closed
xuzifu666 closed 2 months ago
Purpose
Linked issue: close #xxx Currently range query with schema table not support range push down, this pr had two points changed:
Tests
CatalogTableITCase##testSchemasTable with adding more case for the method.
API and Format
Documentation