miklosgergely commented on a change in pull request #813: HIVE-22323 Fix Desc Table bugs URL: https://github.com/apache/hive/pull/813#discussion_r334366238
########## File path: ql/src/test/results/clientpositive/beeline/escape_comments.q.out ########## @@ -78,7 +78,6 @@ PREHOOK: Input: escape_comments_db@escape_comments_tbl1 POSTHOOK: query: describe formatted escape_comments_tbl1 POSTHOOK: type: DESCTABLE POSTHOOK: Input: escape_comments_db@escape_comments_tbl1 -# col_name data_type comment Review comment: In case of the beeline outputs we don't need the header here in the output. So for some reason the output here doesn't contain it, still it will be there in the actual real BeeLine output. When it was present here too, the tables had 2 headers, by removing this row they will only have one. Which is not shown in the test output :) Kind of confusing, we should have a jira for making the TestBeeLineDriver writing characters to the output files exactly as a real BeeLine would. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
