dongjoon-hyun commented on a change in pull request #694:
URL: https://github.com/apache/orc/pull/694#discussion_r626188520



##########
File path: java/core/src/java/org/apache/orc/OrcConf.java
##########
@@ -244,7 +244,7 @@ public int getInt(Configuration conf) {
     return getInt(null, conf);
   }
 
-  public void getInt(Configuration conf, int value) {
+  public void setInt(Configuration conf, int value) {

Review comment:
       Wow. Nice catching.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to