ankitsinghal commented on pull request #1117: URL: https://github.com/apache/phoenix/pull/1117#issuecomment-769643089
having duplicate column names at different hierarchy is not fine? Like below table shouldn't be correct or not allowed? ` CREATE TABLE multiple_columns_with_same_name(id integer primary key, id /*comment , it will be "0".id*/ integer, "cf1".id integer,"cf2".id integer);` ---------------------------------------------------------------- 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]
