harsh-tamr commented on a change in pull request #707:
URL: https://github.com/apache/parquet-mr/pull/707#discussion_r793802965



##########
File path: 
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetReader.java
##########
@@ -104,7 +104,7 @@ public ParquetReader(Configuration conf, Path file, 
ReadSupport<T> readSupport,
     this(conf, file, readSupport, FilterCompat.get(unboundRecordFilter));
   }
 
-  private ParquetReader(Configuration conf,
+  public ParquetReader(Configuration conf,

Review comment:
       don't you want the other method on line 118?




-- 
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]


Reply via email to