xuzifu666 opened a new pull request, #4146: URL: https://github.com/apache/paimon/pull/4146
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose <!-- Linking this pull request to the issue --> Linked issue: close #xxx Currently range query with schema table not support range push down, this pr had two points changed: 1. support range query push down to Schema Table, which may improve query with schema in conditions such as schema changed frequently; 2. throw out and reminder user schema id range when user query not exist schema id. <!-- What is the purpose of the change --> ### Tests <!-- List UT and IT cases to verify this change --> CatalogTableITCase##testSchemasTable with adding more case for the method. ### API and Format <!-- Does this change affect API or storage format --> ### Documentation <!-- Does this change introduce a new feature --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
