mdayakar commented on code in PR #4760: URL: https://github.com/apache/hive/pull/4760#discussion_r1343805984
########## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/parser/ExpressionTree.java: ########## @@ -18,7 +18,7 @@ package org.apache.hadoop.hive.metastore.parser; import java.sql.Timestamp; -import java.util.Date; Review Comment: Actually in the flow `java.sql.Date `object only coming here, initially when added it was added wrongly as `java.util.Date`. As `java.util.Date` is super class for `java.sql.Date`, `value instanceof java.util.Date` is working fine till now. `partition_date.q` test is covering it. -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org