dengzhhu653 commented on code in PR #2731: URL: https://github.com/apache/hive/pull/2731#discussion_r952090258
########## ql/src/test/results/clientpositive/llap/acid_insert_overwrite_update.q.out: ########## @@ -243,16 +247,28 @@ POSTHOOK: Input: default@orc_test_txn@year=2018 LOOKS OKAY PREHOOK: query: alter table orc_test_txn partition(year='2016') compact 'major' PREHOOK: type: ALTERTABLE_COMPACT +PREHOOK: Input: default@orc_test_txn +PREHOOK: Output: default@orc_test_txn POSTHOOK: query: alter table orc_test_txn partition(year='2016') compact 'major' POSTHOOK: type: ALTERTABLE_COMPACT +POSTHOOK: Input: default@orc_test_txn +POSTHOOK: Output: default@orc_test_txn PREHOOK: query: alter table orc_test_txn partition(year='2017') compact 'major' PREHOOK: type: ALTERTABLE_COMPACT +PREHOOK: Input: default@orc_test_txn +PREHOOK: Output: default@orc_test_txn POSTHOOK: query: alter table orc_test_txn partition(year='2017') compact 'major' POSTHOOK: type: ALTERTABLE_COMPACT +POSTHOOK: Input: default@orc_test_txn +POSTHOOK: Output: default@orc_test_txn PREHOOK: query: alter table orc_test_txn partition(year='2018') compact 'major' PREHOOK: type: ALTERTABLE_COMPACT +PREHOOK: Input: default@orc_test_txn Review Comment: why does partition 'year=2018' not present in the Input/Output? -- 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]
