deniskuzZ commented on code in PR #6138: URL: https://github.com/apache/hive/pull/6138#discussion_r2440651834
########## iceberg/iceberg-handler/src/test/queries/positive/iceberg_create_locally_ordered_table.q: ########## @@ -39,6 +39,16 @@ describe extended ice_orc_sorted; set hive.fetch.task.conversion=more; select * from ice_orc_sorted; +-- Validates syntax without LOCALLY keyword Review Comment: no sure this should be done on qtest level. maybe keep the locally syntax here and drop in zorder q file -- 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]
