[ https://issues.apache.org/jira/browse/HIVE-24673?focusedWorklogId=543039&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-543039 ]
ASF GitHub Bot logged work on HIVE-24673: ----------------------------------------- Author: ASF GitHub Bot Created on: 27/Jan/21 19:52 Start Date: 27/Jan/21 19:52 Worklog Time Spent: 10m Work Description: mustafaiman commented on a change in pull request #1902: URL: https://github.com/apache/hive/pull/1902#discussion_r565591203 ########## File path: ql/src/test/results/clientnegative/msck_repair_2.q.out ########## @@ -16,7 +16,5 @@ PREHOOK: Output: default@repairtable POSTHOOK: query: MSCK TABLE repairtable POSTHOOK: type: MSCK POSTHOOK: Output: default@repairtable -PREHOOK: query: MSCK TABLE default.repairtable -PREHOOK: type: MSCK -PREHOOK: Output: default@repairtable -FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.ddl.DDLTask +#### A masked pattern was here #### +Query returned non-zero code: -1, cause: null Review comment: good catch, i accidentally put a $$ instead of a single $ in msck_repair_2 and msck_repair_3. I'll fix this in the next patch. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 543039) Time Spent: 2h 20m (was: 2h 10m) > Migrate NegativeCliDriver and NegativeMinimrCliDriver to llap > ------------------------------------------------------------- > > Key: HIVE-24673 > URL: https://issues.apache.org/jira/browse/HIVE-24673 > Project: Hive > Issue Type: Improvement > Reporter: Mustafa İman > Assignee: Mustafa İman > Priority: Major > Labels: pull-request-available > Time Spent: 2h 20m > Remaining Estimate: 0h > > These test drivers should run on llap. Otherwise we can run into situations > where certain queries correctly fail on MapReduce but not on Tez. > Also, it is better if negative cli drivers does not mask "Caused by" lines in > test output. Otherwise, a query may start to fail for other reasons than the > expected one and we do not realize it. -- This message was sent by Atlassian Jira (v8.3.4#803005)