zhangbutao commented on code in PR #4546: URL: https://github.com/apache/hive/pull/4546#discussion_r1284150440
########## iceberg/iceberg-handler/src/test/results/positive/query_iceberg_virtualcol.q.out: ########## @@ -20,6 +20,21 @@ POSTHOOK: query: insert into tbl_ice values (1, 'one', 50), (2, 'two', 50), (3, POSTHOOK: type: QUERY POSTHOOK: Input: _dummy_database@_dummy_table POSTHOOK: Output: default@tbl_ice +PREHOOK: query: select tbl_ice.ROW__POSITION from tbl_ice order by tbl_ice.ROW__POSITION Review Comment: Should rerun the qtest to generate a new q.out. :) -- 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]
