Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/303#discussion_r192317262
--- 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 test passes, I have remove the ignore annotation.---
