[bugfix](hive)Misspelling of class names (#34981)
This commit is contained in:
@ -263,7 +263,7 @@ public final class HiveUtil {
|
||||
serDe = "org.apache.hadoop.hive.ql.io.orc.OrcSerde";
|
||||
} else if (fileFormat.equalsIgnoreCase("parquet")) {
|
||||
inputFormat = "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat";
|
||||
outputFormat = "'org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat";
|
||||
outputFormat = "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat";
|
||||
serDe = "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe";
|
||||
} else {
|
||||
throw new IllegalArgumentException("Creating table with an unsupported file format: " + fileFormat);
|
||||
|
||||
Reference in New Issue
Block a user