You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/02/05 16:50:41 UTC

[GitHub] [hive] abstractdog commented on a change in pull request #2996: HIVE-25919: ClassCastException when pushing boolean column predicate in HBaseStorageHandler

abstractdog commented on a change in pull request #2996:
URL: https://github.com/apache/hive/pull/2996#discussion_r800076144



##########
File path: hbase-handler/src/test/queries/positive/hbase_ppd_boolean_cols.q
##########
@@ -0,0 +1,8 @@
+CREATE TABLE hbase_table(row_key string, c1 boolean, c2 boolean)
+STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
+WITH SERDEPROPERTIES (
+"hbase.columns.mapping" = ":key,cf:c1,cf:c2"
+);
+

Review comment:
       even if this is about a compile-time issue, can include a real query too, not just an explain?




-- 
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-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org