stoty commented on PR #1553: URL: https://github.com/apache/phoenix/pull/1553#issuecomment-1404137118
We already have the DEFAULT_COLUMN_FAMILY property, where we specify column families in a table property. According to the grammar page: DEFAULT_COLUMN_FAMILY string option determines the column family used used when none is specified. The value is case sensitive. If this option is not present, a column family name of '0' is used. So we should stick to the same semantics, and not do the "normalize to uppercase when not double quoted" stuff here. We could argue that your current solution is more correct, but we should have a single way of handling families (at least in table properties) -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org