amansinha100 commented on code in PR #5798: URL: https://github.com/apache/hive/pull/5798#discussion_r2081956444
########## hbase-handler/src/test/results/positive/hbase_queries.q.out: ########## @@ -151,14 +151,14 @@ STAGE PLANS: predicate: UDFToDouble(key) is not null (type: boolean) Statistics: Num rows: 1 Data size: 4 Basic stats: COMPLETE Column stats: NONE Select Operator - expressions: key (type: int) + expressions: UDFToDouble(key) (type: double) Review Comment: I am curious why HBase (and Kudu in another file) column type changed from int to double. The stats above shows 4 bytes which indicates integer. -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org