You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/01/29 07:56:09 UTC

[GitHub] [phoenix] ankitsinghal commented on pull request #1117: PHOENIX-6343 : Phoenix allows duplicate column names when one of them is a primary key

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:
users@infra.apache.org