Github user twdsilva commented on a diff in the pull request: https://github.com/apache/phoenix/pull/283#discussion_r152459739 --- Diff: phoenix-core/src/test/java/org/apache/phoenix/parse/QueryParserTest.java --- @@ -66,6 +68,46 @@ private void parseQueryThatShouldFail(String sql) throws Exception { } } + @Test --- End diff -- Do the permissions/user/group have to be in single quotes?
---