You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/05/05 00:18:48 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #694: ORC-793: Fix the typo in setInt method within OrcConf

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:
users@infra.apache.org