This is an automated email from the ASF dual-hosted git repository.
hui pushed a change to branch lmh/PredicatePushDown
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 91f7e852418 merge master
add b6ded46cf3c add UT & fix
add 76702b0e2fa Pipe: Pattern parsing pruning: When pattern is at the
level below database, the parsing logic can be skipped if tsfiles / tablets
completely match with the pattern (#12049)
add 1039a5471a8 Bump org.apache.commons:commons-compress from 1.21 to
1.26.0 (#12058)
add 24638f699ce Bump ip from 2.0.0 to 2.0.1 in
/iotdb-connector/grafana-plugin (#12057)
add a67b0c02b6e Pipe: fixed potential lose point bug caused by cancelled
flush of historical extractor (#12056)
add 94a123d103b Merge remote-tracking branch 'origin/master' into
lmh/PredicatePushDown
No new revisions were added by this update.
Summary of changes:
iotdb-connector/grafana-plugin/yarn.lock | 6 +-
.../apache/iotdb/db/pipe/event/EnrichedEvent.java | 8 +-
.../tablet/PipeInsertNodeTabletInsertionEvent.java | 7 ++
.../common/tablet/PipeRawTabletInsertionEvent.java | 4 +-
.../common/tsfile/PipeTsFileInsertionEvent.java | 31 ++++-
.../tsfile/TsFileInsertionDataContainer.java | 16 +++
.../PipeRealtimeDataRegionHybridExtractor.java | 22 +++-
.../PipeRealtimeDataRegionLogExtractor.java | 12 +-
.../pipe/extractor/realtime/epoch/TsFileEpoch.java | 14 +++
.../realtime/epoch/TsFileEpochManager.java | 5 +-
.../pipe/task/connection/PipeEventCollector.java | 6 +-
.../plan/expression/ExpressionFactory.java | 27 ++++
.../predicate/PredicatePushIntoScanChecker.java | 27 ++--
.../predicate/PredicatePushIntoScanTest.java | 140 +++++++++++++++++++++
pom.xml | 2 +-
15 files changed, 300 insertions(+), 27 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/expression/predicate/PredicatePushIntoScanTest.java