wangyum commented on pull request #31864:
URL: https://github.com/apache/spark/pull/31864#issuecomment-800925061


   Thank you @ulysses-you I can reproduce it:
   ```sql
   bin/spark-sql --conf spark.sql.hive.metastore.version=1.2.1 --conf 
spark.sql.legacy.timeParserPolicy=LEGACY --conf 
spark.sql.hive.metastore.jars=maven
   
   CREATE TABLE t (c int) PARTITIONED BY (p date);
   SELECT * FROM t WHERE p='2021-01-01';
   ```
   
   Could we add a test to `HiveSparkSubmitSuite`?


----------------------------------------------------------------
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]

Reply via email to