This is an automated email from the ASF dual-hosted git repository. nehapawar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 2b55004 SegmentDirectoryLoader interface and local impl (#6949) add 4675b4a Prefetch call to fetch buffers of columns seen in the query (#6967) No new revisions were added by this update. Summary of changes: .../core/plan/maker/InstancePlanMakerImplV2.java | 6 +++++ .../immutable/ImmutableSegmentImpl.java | 5 ++++ .../org/apache/pinot/segment/spi/IndexSegment.java | 7 ++++++ .../spi/index/metadata/SegmentMetadataImpl.java | 29 ++++++++++++++++++++++ .../segment/spi/store/ColumnIndexDirectory.java | 6 +++++ .../pinot/segment/spi/store/SegmentDirectory.java | 8 ++++++ .../pinot/spi/env/CommonsConfigurationUtils.java | 20 +++++++++++++-- 7 files changed, 79 insertions(+), 2 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org