scarlin-cloudera commented on code in PR #3179: URL: https://github.com/apache/hive/pull/3179#discussion_r848792227
########## ql/src/test/results/clientnegative/joinneg.q.out: ########## @@ -1 +1 @@ -FAILED: SemanticException [Error 10004]: Line 6:12 Invalid table alias or column reference 'b': (possible column names are: x.key, x.value, y.key, y.value) +FAILED: SemanticException [Error 10009]: Line 6:12 Invalid table alias 'b' Review Comment: Agreed, but I think that's an issue for the new code. I would rather remove the lines of code that converts to ExprNodes (but keep the unparsetranslator part. -- 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]
