[HUDI-2180] Fix Compile Error For Spark3 (#3274)
This commit is contained in:
@@ -35,9 +35,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
|||||||
|
|
||||||
public class TestParquet2SparkSchemaUtils {
|
public class TestParquet2SparkSchemaUtils {
|
||||||
private final SparkToParquetSchemaConverter spark2ParquetConverter =
|
private final SparkToParquetSchemaConverter spark2ParquetConverter =
|
||||||
new SparkToParquetSchemaConverter(
|
new SparkToParquetSchemaConverter(new SQLConf());
|
||||||
(Boolean) SQLConf.PARQUET_WRITE_LEGACY_FORMAT().defaultValue().get(),
|
|
||||||
SQLConf.ParquetOutputTimestampType$.MODULE$.INT96());
|
|
||||||
private final SparkSqlParser parser = new SparkSqlParser(new SQLConf());
|
private final SparkSqlParser parser = new SparkSqlParser(new SQLConf());
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|||||||
Reference in New Issue
Block a user