[jira] [Created] (CARBONDATA-596) unable to crete filter resolver tree exception when using equals expression with carbon input format api
Posted by
Akash R Nilugal (Jira) on
Jan 05, 2017; 5:03am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-596-unable-to-crete-filter-resolver-tree-exception-when-using-equals-expressi-tp5545.html
anubhav tarar created CARBONDATA-596:
----------------------------------------
Summary: 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
Reporter: anubhav tarar
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)