Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/334#discussion_r212805320
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/compile/UnionCompiler.java ---
@@ -100,7 +100,7 @@ public static TableRef
contructSchemaTable(PhoenixStatement statement, List<Quer
UNION_SCHEMA_NAME, UNION_TABLE_NAME, PTableType.SUBQUERY, null,
HConstants.LATEST_TIMESTAMP, scn == null ?
HConstants.LATEST_TIMESTAMP : scn,
null, null, projectedColumns, null, null, null, true, null,
null, null, true,
- true, true, null, null, null, false, null, 0, 0L,
+ true, true, null,null, null, null, false, null, 0, 0L,
--- End diff --
nit: space before null
---