iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Pipe: fix `PipeRealtimeDataRegionExtractor` cannot fetch time partition bound

Open VGalaxies opened this issue 11 months ago • 0 comments

  1. Removed the meaningless enableSkippingTimeParseByTimePartition flag and determined whether time parsing can be skipped through dataRegionTimePartitionIdBound being null.

  2. 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.

  3. Fixed the incorrect parameter passed when the storage engine calls listenToTimePartitionGrow (indicating that the previously used time partition bound pruning mechanism was ineffective 😢).

VGalaxies avatar Mar 04 '24 13:03 VGalaxies