Repository: phoenix
Updated Branches:
  refs/heads/calcite 7a2e062c0 -> 0b35e7684


Disable Enumberable rules


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

Branch: refs/heads/calcite
Commit: 0b35e76849edf5a105610866435b1a30097e7660
Parents: 7a2e062
Author: maryannxue <maryann....@gmail.com>
Authored: Mon Feb 6 12:59:19 2017 -0800
Committer: maryannxue <maryann....@gmail.com>
Committed: Mon Feb 6 12:59:19 2017 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/phoenix/calcite/PhoenixPrepareImpl.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0b35e768/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixPrepareImpl.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixPrepareImpl.java 
b/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixPrepareImpl.java
index 11be55b..5b9ea60 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixPrepareImpl.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/calcite/PhoenixPrepareImpl.java
@@ -149,7 +149,7 @@ public class PhoenixPrepareImpl extends CalcitePrepareImpl {
             planner.removeRule(rule);
         }
         for (RelOptRule rule : ENUMERABLE_RULES) {
-            //planner.removeRule(rule);
+            planner.removeRule(rule);
         }
 
         final PhoenixConnection pc =

Reply via email to