[jira] [Commented] (CARBONDATA-596) unable to crete filter resolver tree exception when using equals expression with carbon input format api

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-596) unable to crete filter resolver tree exception when using equals expression with carbon input format api

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829534#comment-15829534 ]

Manish Gupta commented on CARBONDATA-596:
-----------------------------------------

[~anubhavtarar]..I am not able to reproduce the issue using the steps mentioned above. Can you please provided the detailed steps as to how I can reproduce this issue.

> unable to crete filter resolver tree exception when using equals expression with carbon input format api
> --------------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-596
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-596
>             Project: CarbonData
>          Issue Type: Bug
>          Components: hadoop-integration
>    Affects Versions: 1.0.0-incubating
>         Environment: Spark 2.1 Spark 1.6
>            Reporter: anubhav tarar
>            Assignee: Manish Gupta
>            Priority: Minor
>
> unable to crete filter resolver tree exception when using equals expression
>  Expression expression = new EqualToExpression(new ColumnExpression("c1", DataType.STRING),
>                 new LiteralExpression("a", DataType.STRING));
>         CarbonInputFormat.setFilterPredicates(job.getConfiguration(), expression);
>         List splits = carbonInputFormat.getSplits(job);
> it throws java.io.IOException: Error while resolving filter expression



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)