iotdb
iotdb copied to clipboard
Pipe: fix `PipeRealtimeDataRegionExtractor` cannot fetch time partition bound
-
Removed the meaningless
enableSkippingTimeParseByTimePartition
flag and determined whether time parsing can be skipped throughdataRegionTimePartitionIdBound
being null. -
Assigned the previously recorded upper and lower bounds of the time partition to the extractor that has just started listening to the growth of the time partition.
-
Fixed the incorrect parameter passed when the storage engine calls
listenToTimePartitionGrow
(indicating that the previously used time partition bound pruning mechanism was ineffective 😢).