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:05:04 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16009594#comment-16009594 ] 

Xu Mingmin commented on BEAM-2209:
----------------------------------

[~ffjl1985] could you submit a PR for it?

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