[jira] [Commented] (HIVE-19743) hive is not pushing predicate down to HBaseStorageHandler if hive key mapped with hbase is stored as varchar

2018-06-11 Thread Rajkumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-19743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16508837#comment-16508837 ] Rajkumar Singh commented on HIVE-19743: --- varchar() != string - that make sense, closing this jira,

[jira] [Commented] (HIVE-19743) hive is not pushing predicate down to HBaseStorageHandler if hive key mapped with hbase is stored as varchar

2018-05-31 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-19743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497291#comment-16497291 ] Gopal V commented on HIVE-19743: Yes, that is correct because varchar() != string, does it work right

[jira] [Commented] (HIVE-19743) hive is not pushing predicate down to HBaseStorageHandler if hive key mapped with hbase is stored as varchar

2018-05-31 Thread Rajkumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-19743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497081#comment-16497081 ] Rajkumar Singh commented on HIVE-19743: ---

[jira] [Commented] (HIVE-19743) hive is not pushing predicate down to HBaseStorageHandler if hive key mapped with hbase is stored as varchar

2018-05-31 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-19743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497039#comment-16497039 ] Gopal V commented on HIVE-19743: The 13831 change is actually about Hive sort-order vs Hbase sort-order -

[jira] [Commented] (HIVE-19743) hive is not pushing predicate down to HBaseStorageHandler if hive key mapped with hbase is stored as varchar

2018-05-30 Thread Rajkumar Singh (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-19743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495741#comment-16495741 ] Rajkumar Singh commented on HIVE-19743: --- this seems to be an intentional change as part of

[jira] [Commented] (HIVE-19743) hive is not pushing predicate down to HBaseStorageHandler if hive key mapped with hbase is stored as varchar

2018-05-30 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-19743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495740#comment-16495740 ] Gopal V commented on HIVE-19743: UDFToString(col) = instead of col = cast( as varchar(n)) > hive is