wecharyu commented on code in PR #6240:
URL: https://github.com/apache/hive/pull/6240#discussion_r2755627300


##########
ql/src/test/results/clientpositive/llap/ppd_like_filter.q.out:
##########
@@ -256,3 +256,51 @@ POSTHOOK: type: QUERY
 POSTHOOK: Input: default@test_tbl
 POSTHOOK: Input: default@test_tbl@b=d_%5C%25ae
 #### A masked pattern was here ####
+PREHOOK: query: select * from test_tbl where b like 'a.*'

Review Comment:
   Current JDO implement for partition filter supports both java pattern and 
sql pattern, so I think direct sql should also support them.
   
https://github.com/apache/hive/blob/e67eeb53fe86607ca23a56fc749f6d32b8e9c54f/standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/parser/ExpressionTree.java#L481-L502



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