krishan1390 commented on code in PR #17183:
URL: https://github.com/apache/pinot/pull/17183#discussion_r2532851463


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/readers/PinotSegmentColumnReaderFactory.java:
##########
@@ -130,21 +138,19 @@ public Map<String, ColumnReader> getAllColumnReaders()
   /**
    * Internal method to initialize all column readers during factory 
initialization.
    */
-  private Map<String, ColumnReader> initializeAllColumnReaders()
-      throws IOException {
+  private Map<String, ColumnReader> initializeAllColumnReaders() {
     if (_targetSchema == null) {
       throw new IllegalStateException("Factory not initialized. Call init() 
first.");

Review Comment:
   _columnReaders won't be 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]

Reply via email to