1
0

[MINOR] Move HoodieUpgradeDowngradeException to exception package (#1993)

This commit is contained in:
Mathieu
2020-08-20 23:12:20 +08:00
committed by GitHub
parent b883b6d268
commit 34c8c9e3ea
2 changed files with 2 additions and 3 deletions

View File

@@ -16,9 +16,7 @@
* limitations under the License.
*/
package org.apache.hudi.table.upgrade;
import org.apache.hudi.exception.HoodieException;
package org.apache.hudi.exception;
public class HoodieUpgradeDowngradeException extends HoodieException {

View File

@@ -23,6 +23,7 @@ import org.apache.hudi.common.table.HoodieTableMetaClient;
import org.apache.hudi.common.table.HoodieTableVersion;
import org.apache.hudi.common.util.FileIOUtils;
import org.apache.hudi.config.HoodieWriteConfig;
import org.apache.hudi.exception.HoodieUpgradeDowngradeException;
import org.apache.hadoop.fs.FSDataOutputStream;
import org.apache.hadoop.fs.FileSystem;