You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by fhueske <gi...@git.apache.org> on 2017/04/03 11:59:02 UTC

[GitHub] flink pull request #3594: [FLINK-6149] [table] Add additional flink logical ...

Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3594#discussion_r109257615
  
    --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/rules/dataSet/DataSetCorrelateRule.scala ---
    @@ -18,58 +18,57 @@
     package org.apache.flink.table.plan.rules.dataSet
     
     import org.apache.calcite.plan.volcano.RelSubset
    -import org.apache.calcite.plan.{Convention, RelOptRule, RelOptRuleCall, RelTraitSet}
    +import org.apache.calcite.plan.{RelOptRule, RelOptRuleCall, RelTraitSet}
     import org.apache.calcite.rel.RelNode
     import org.apache.calcite.rel.convert.ConverterRule
    -import org.apache.calcite.rel.logical.{LogicalFilter, LogicalCorrelate, LogicalTableFunctionScan}
     import org.apache.calcite.rex.RexNode
    -import org.apache.flink.table.plan.nodes.dataset.{DataSetConvention, DataSetCorrelate}
    +import org.apache.flink.table.plan.nodes.dataset.DataSetCorrelate
    +import org.apache.flink.table.rel.FlinkConventions
    +import org.apache.flink.table.rel.logical.{FlinkLogicalCalc, FlinkLogicalCorrelate, FlinkLogicalTableFunctionScan}
     
     /**
       * Rule to convert a LogicalCorrelate into a DataSetCorrelate.
    --- End diff --
    
    update comment


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---