[MINOR] Move HoodieUpgradeDowngradeException to exception package (#1993)
This commit is contained in:
@@ -16,9 +16,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.apache.hudi.table.upgrade;
|
package org.apache.hudi.exception;
|
||||||
|
|
||||||
import org.apache.hudi.exception.HoodieException;
|
|
||||||
|
|
||||||
public class HoodieUpgradeDowngradeException extends HoodieException {
|
public class HoodieUpgradeDowngradeException extends HoodieException {
|
||||||
|
|
||||||
@@ -23,6 +23,7 @@ import org.apache.hudi.common.table.HoodieTableMetaClient;
|
|||||||
import org.apache.hudi.common.table.HoodieTableVersion;
|
import org.apache.hudi.common.table.HoodieTableVersion;
|
||||||
import org.apache.hudi.common.util.FileIOUtils;
|
import org.apache.hudi.common.util.FileIOUtils;
|
||||||
import org.apache.hudi.config.HoodieWriteConfig;
|
import org.apache.hudi.config.HoodieWriteConfig;
|
||||||
|
import org.apache.hudi.exception.HoodieUpgradeDowngradeException;
|
||||||
|
|
||||||
import org.apache.hadoop.fs.FSDataOutputStream;
|
import org.apache.hadoop.fs.FSDataOutputStream;
|
||||||
import org.apache.hadoop.fs.FileSystem;
|
import org.apache.hadoop.fs.FileSystem;
|
||||||
|
|||||||
Reference in New Issue
Block a user