kasakrisz commented on PR #4356:
URL: https://github.com/apache/hive/pull/4356#issuecomment-1572497282

   @wecharyu 
   In the shared screenshot I see that you are testing with Timestamp literals. 
   Could you please try with date literals too both on master and your branch?
   ```
   ExpressionTree expressionTree = PartFilterExprUtil.getFilterParser("j = 
1990-11-12 or j = 1990-11-11 or j = 1990-11-10").tree;
   ```
   it is throwing exception for me on master
   ```
   Exception in thread "main" MetaException(message:Error parsing partition 
filter; lexer error: line 1:15 mismatched character 'O' expecting set null; 
exception NoViableAltException(13@[]))
        at 
org.apache.hadoop.hive.metastore.PartFilterExprUtil.getFilterParser(PartFilterExprUtil.java:134)
        at 
org.apache.hadoop.hive.metastore.PartFilterExprUtil.main(PartFilterExprUtil.java:41)
   ```


-- 
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: [email protected]

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