raghavyadav01 commented on code in PR #16298:
URL: https://github.com/apache/pinot/pull/16298#discussion_r2191338771
##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/forward/CLPForwardIndexReaderV2.java:
##########
@@ -163,6 +162,10 @@ public CLPForwardIndexReaderV2.CLPReaderContext
createContext() {
}
}
+ @Override
+ public ChunkCompressionType getCompressionType() {
Review Comment:
this Method is used in forward Index handler In UpdateIndices Method where
method check if compression type has changed and does segment need preprocess.
default implementation return null.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]