Github user JamesRTaylor commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/303#discussion_r191936296
--- Diff:
phoenix-core/src/test/java/org/apache/phoenix/compile/QueryCompilerTest.java ---
@@ -1253,7 +1253,9 @@ public void testUnknownColumnInPKConstraint() throws
Exception {
}
}
-
+
+ // see PHOENIX-3534, now tables can have duplicate columns and they
are removed implicitly
--- End diff --
This should still be detected with an exception thrown.---
