[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-12-09 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15049247#comment-15049247 ] Gunther Hagleitner commented on HIVE-12092: --- In your example above you say: x like "https:%" ->

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-11 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15000690#comment-15000690 ] Gopal V commented on HIVE-12092: With this patch NOT LIKE is handled is by returning only YES_NO & NO from

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-11 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001331#comment-15001331 ] Prasanth Jayachandran commented on HIVE-12092: -- Shouldn't assert check for

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-11 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001344#comment-15001344 ] Gopal V commented on HIVE-12092: Yes, I should be checking for GenericUDFOPEqualOrGreaterThan. The

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-11 Thread Prasanth Jayachandran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15001352#comment-15001352 ] Prasanth Jayachandran commented on HIVE-12092: -- I missed the searchArgument in UDFLike. For

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-11 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15000976#comment-15000976 ] Sergey Shelukhin commented on HIVE-12092: - Can you add tests for \%, \_ and \\? > SARGS: UDFLike

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-11 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15000998#comment-15000998 ] Hive QA commented on HIVE-12092: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-06 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14993778#comment-14993778 ] Hive QA commented on HIVE-12092: Here are the results of testing the latest attachment:

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-05 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14993300#comment-14993300 ] Gopal V commented on HIVE-12092: [~sershe]: fixed that. bq. Or, I wonder if it could just be done when

[jira] [Commented] (HIVE-12092) SARGS: UDFLike prefix cases needs to be translated into >= sargs

2015-11-04 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-12092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14990328#comment-14990328 ] Sergey Shelukhin commented on HIVE-12092: - {noformat} + if (constValue != null) { + }