tarak271 commented on code in PR #5087: URL: https://github.com/apache/hive/pull/5087#discussion_r1496804741
########## ql/src/test/results/clientnegative/msck_repair_1.q.out: ########## @@ -21,4 +21,4 @@ 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 #### Review Comment: real exception is `FAILED: Execution Error, return code 40000 from org.apache.hadoop.hive.ql.ddl.DDLTask. org.apache.hadoop.hive.metastore.api.MetastoreException: MSCK is missing partition columns under file:/Users/tarak/IdeaProjects/tarak-Apache-Hive/itests/qtest/target/localfs/warehouse/repairtable/p1=c ` since it contained file location details, it is getting masked in test case output as per [Masking rules](https://github.com/apache/hive/blob/5b76949da6fe65364a4e3766680871167131157f/itests/util/src/main/java/org/apache/hive/beeline/QFile.java#L336) -- 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]
