[GitHub] [carbondata] Kejian-Li commented on a change in pull request #3945: [CARBONDATA-3991]Fix the set modified time function on S3 and Alluxio…

Posted by GitBox on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-Klaus-xjp-opened-a-new-pull-request-3945-CARBONDATA-3991-Fix-the-set-modified-time-tp100742p101158.html


Kejian-Li commented on a change in pull request #3945:
URL: https://github.com/apache/carbondata/pull/3945#discussion_r495732383



##########
File path: core/src/main/java/org/apache/carbondata/core/datastore/filesystem/AbstractDFSCarbonFile.java
##########
@@ -419,6 +419,24 @@ public boolean createNewFile(FsPermission permission) throws IOException {
     }
   }
 
+  @Override
+  public boolean createNewFile(Boolean overwrite, FsPermission permission) throws IOException {

Review comment:
       it is better if type of parameter "overwrite" is boolean




----------------------------------------------------------------
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:
[hidden email]