You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Xu Mingmin (JIRA)" <ji...@apache.org> on 2017/05/14 05:04:04 UTC

[jira] [Assigned] (BEAM-2209) NoSuchFiled exception when use beam-dsls-sql jar

     [ https://issues.apache.org/jira/browse/BEAM-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xu Mingmin reassigned BEAM-2209:
--------------------------------

    Assignee:     (was: Xu Mingmin)

> NoSuchFiled exception when use beam-dsls-sql jar
> ------------------------------------------------
>
>                 Key: BEAM-2209
>                 URL: https://issues.apache.org/jira/browse/BEAM-2209
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>         Environment: jdk1.8 idea 
>            Reporter: Fei Feng
>
> when use beam-dsls-sql jar to filter BeamSqlRecord will cause an NoSuchField Exception。
> change
> from 
> for (RexNode subNode : node.operands) {
>         subExps.add(buildExpression(subNode));
>  }
> to 
> for (RexNode subNode : node.getOperands()) {
>         subExps.add(buildExpression(subNode));
>       }
> will fix this error.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)