Skip to content

Commit

Permalink
[MINOR] Fix wrong package name (#3114)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaplinthink committed Jun 19, 2021
1 parent cdb9b48 commit 5339606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.apache.hudi.utilities.testutils.sources;
package org.apache.hudi.utilities.sources;

import org.apache.avro.generic.GenericRecord;
import org.apache.hadoop.fs.Path;
Expand All @@ -26,8 +26,6 @@
import org.apache.hudi.common.util.Option;
import org.apache.hudi.utilities.deltastreamer.SourceFormatAdapter;
import org.apache.hudi.utilities.schema.FilebasedSchemaProvider;
import org.apache.hudi.utilities.sources.InputBatch;
import org.apache.hudi.utilities.sources.SqlSource;
import org.apache.hudi.utilities.testutils.UtilitiesTestBase;
import org.apache.spark.api.java.JavaRDD;
import org.apache.spark.sql.AnalysisException;
Expand Down

0 comments on commit 5339606

Please sign in to comment.