[MINOR] Move HoodieUpgradeDowngradeException to exception package (#1993)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user