You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/08/20 10:51:28 UTC

[GitHub] [hudi] wangxianghu commented on a change in pull request #1993: [MINOR] Move HoodieUpgradeDowngradeException to exception package

wangxianghu commented on a change in pull request #1993:
URL: https://github.com/apache/hudi/pull/1993#discussion_r473878261



##########
File path: hudi-client/src/main/java/org/apache/hudi/table/upgrade/UpgradeDowngrade.java
##########
@@ -27,6 +27,7 @@
 import org.apache.hadoop.fs.FSDataOutputStream;
 import org.apache.hadoop.fs.FileSystem;
 import org.apache.hadoop.fs.Path;
+import org.apache.hudi.exception.HoodieUpgradeDowngradeException;

Review comment:
       > It would be better to add an empty line to split the different type of import statements?
   @yanghua thanks for your review. I moved it to be with other hudi import statements.




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