pvary commented on code in PR #3288: URL: https://github.com/apache/hive/pull/3288#discussion_r879182487
########## ql/src/test/queries/clientpositive/perf/cbo_query49.q: ########## @@ -45,10 +45,10 @@ select union select 'catalog' as channel - ,catalog.item - ,catalog.return_ratio - ,catalog.return_rank - ,catalog.currency_rank + ,`catalog`.item Review Comment: This is a backward incompatible change. Could we make the `catalog` a non-reserved keyword? -- 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]
