Description
Currently the following queries will lead to wrong Hive Serde:
df.write.format("org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat").saveAsTable(..)
df.write.format("org.apache.spark.sql.execution.datasources.orc.OrcFileFormat").saveAsTable(..)
This minor PR is to fix the mapping.
Attachments
Issue Links
- links to