Github user lomoree commented on a diff in the pull request: https://github.com/apache/phoenix/pull/220#discussion_r86365234 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/calcite/CalciteIT.java --- @@ -1315,6 +1315,17 @@ public void initTable() throws Exception { {6L, "00A323122312312"}, {8L, "00A423122312312"}}) .close(); + --- End diff -- Calcite seems to function a little bit differently with respect to CURRENT VALUE, so I thought it would be wise to include a case for it. Plus it's the only case in CalciteIT covering CURRENT VALUE. See: https://issues.apache.org/jira/browse/PHOENIX-3437
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---