Repository: phoenix
Updated Branches:
  refs/heads/calcite 99b8a02b5 -> 9677aeb94


Catch up with latest SqlConformance interface


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9677aeb9
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9677aeb9
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9677aeb9

Branch: refs/heads/calcite
Commit: 9677aeb9409b0194aed2b056ff045b52607e9a90
Parents: 99b8a02
Author: maryannxue <maryann....@gmail.com>
Authored: Thu Dec 1 12:55:45 2016 -0800
Committer: maryannxue <maryann....@gmail.com>
Committed: Thu Dec 1 12:55:45 2016 -0800

----------------------------------------------------------------------
 .../java/org/apache/phoenix/calcite/PhoenixSqlConformance.java  | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9677aeb9/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixSqlConformance.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixSqlConformance.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixSqlConformance.java
index 0e35867..2cbcd45 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixSqlConformance.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixSqlConformance.java
@@ -55,4 +55,9 @@ public class PhoenixSqlConformance implements SqlConformance {
     public boolean isMinusAllowed() {
         return false;
     }
+
+    @Override
+    public boolean isApplyAllowed() {
+        return false;
+    }
 }

Reply via email to