Linked issue: close #xxx
The pr had 2 point to support:
currently query snapshot system with predicate only support leaf predicate for total push down to SnapshotManager, the pr handle CompoundPredicate to support multiple predicate and all push down to SnapshotManager
when select * from T$snapshots where snapshot_id > 1 and snapshot < 5;
before fix:
after fix:
Snapshot system table not handle with not exist snapshot id query, it would error out with FileNotFould error. this pr handle it.
Purpose
Linked issue: close #xxx The pr had 2 point to support:
before fix:
after fix:
Tests
API and Format
Documentation
Tests
API and Format
Documentation