abstractdog commented on code in PR #3607:
URL: https://github.com/apache/hive/pull/3607#discussion_r976701086
##########
iceberg/iceberg-handler/src/test/queries/positive/vectorized_iceberg_read_orc.q:
##########
@@ -20,14 +22,17 @@ create external table tbl_ice_orc_all_types (
t_date DATE,
t_decimal DECIMAL(4,2)
) stored by iceberg stored as orc;
-
-insert into tbl_ice_orc_all_types values (1.1, 1.2, false, 4, 567890123456789,
'6', "col7", cast('2012-10-03 19:58:08' as timestamp), date('1234-09-09'),
cast('10.01' as decimal(4,2)));
+--casting throws ClassCastException, Disable untill fixed.
Review Comment:
if it's a known issue, please create JIRA and link it here
--
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]