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/07/14 12:48:01 UTC

[GitHub] flink pull request #4171: [FLINK-6887] [table] Split up CodeGenerator into s...

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

    https://github.com/apache/flink/pull/4171#discussion_r127444349
  
    --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/CommonCorrelate.scala ---
    @@ -155,7 +155,7 @@ trait CommonCorrelate {
           //   The generated expression is discarded.
           generator.generateExpression(condition.get.accept(changeInputRefIndexShuttle))
     
    -      val filterGenerator = new CodeGenerator(config, false, udtfTypeInfo, None, pojoFieldMapping)
    +      val filterGenerator = new FunctionCodeGenerator(config, false, udtfTypeInfo, None, pojoFieldMapping)
    --- End diff --
    
    line exceeds limit of 100 chars


---
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.
---