viirya commented on pull request #29513: URL: https://github.com/apache/spark/pull/29513#issuecomment-678710381
Not sure if these errors are related. E.g., for `org.apache.spark.sql.hive.execution.HiveSerDeReadWriteSuite.Read/Write Hive PARQUET serde table`, this is the query plan: ``` == Parsed Logical Plan == 'UnresolvedRelation [hive_serde] == Analyzed Logical Plan == c1: date SubqueryAlias spark_catalog.default.hive_serde +- HiveTableRelation `default`.`hive_serde`, org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe, [c1#40752] == Optimized Logical Plan == HiveTableRelation `default`.`hive_serde`, org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe, [c1#40752] == Physical Plan == Scan hive default.hive_serde [c1#40752], HiveTableRelation `default`.`hive_serde`, org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe, [c1#40752] ``` ORC unrelated and no pushdown predicate. Btw, I cannot reproduce the errors locally. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
