This is an automated email from the ASF dual-hosted git repository.
hyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 05376d6 Following [CALCITE-3997] Remove TransformationRule from
CalcMergeRule temporarily
05376d6 is described below
commit 05376d6bff11ccef690addb4f9c40ab16dd20bec
Author: Haisheng Yuan <[email protected]>
AuthorDate: Fri May 15 08:01:16 2020 -0500
Following [CALCITE-3997] Remove TransformationRule from CalcMergeRule
temporarily
---
core/src/main/java/org/apache/calcite/rel/rules/CalcMergeRule.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/java/org/apache/calcite/rel/rules/CalcMergeRule.java
b/core/src/main/java/org/apache/calcite/rel/rules/CalcMergeRule.java
index a65f81e..fc4a2e8 100644
--- a/core/src/main/java/org/apache/calcite/rel/rules/CalcMergeRule.java
+++ b/core/src/main/java/org/apache/calcite/rel/rules/CalcMergeRule.java
@@ -35,7 +35,7 @@ import org.apache.calcite.tools.RelBuilderFactory;
* {@link org.apache.calcite.rel.logical.LogicalCalc}, but expressed in terms
of
* the lower {@link org.apache.calcite.rel.logical.LogicalCalc}'s inputs.
*/
-public class CalcMergeRule extends RelOptRule implements TransformationRule {
+public class CalcMergeRule extends RelOptRule {
//~ Static fields/initializers ---------------------------------------------
public static final CalcMergeRule INSTANCE =