[
https://issues.apache.org/jira/browse/DRILL-3660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rahul Challapalli updated DRILL-3660:
-------------------------------------
Attachment: lineitem_hierarchical_intint.tar
plan.txt
error.log
> SchemaChangeException when we have a filter like "dir0+dir1<1994"
> -----------------------------------------------------------------
>
> Key: DRILL-3660
> URL: https://issues.apache.org/jira/browse/DRILL-3660
> Project: Apache Drill
> Issue Type: Bug
> Components: Functions - Drill, Query Planning & Optimization
> Reporter: Rahul Challapalli
> Assignee: Mehant Baid
> Fix For: 1.2.0
>
> Attachments: error.log, lineitem_hierarchical_intint.tar, plan.txt
>
>
> git.commit.id.abbrev=e3fbc6a
> The below query fails
> {code}
> select columns[0] from
> dfs.`/drill/testdata/partition_pruning/hive/text/lineitem_hierarchical_intint`
> where dir0+dir1<1993;
> Error: SYSTEM ERROR: SchemaChangeException: Failure while trying to
> materialize incoming schema. Errors:
>
> Error in expression at index -1. Error: Missing function implementation:
> [castTINYINT(VARCHAR-OPTIONAL)]. Full expression: --UNKNOWN EXPRESSION--.
> Error in expression at index -1. Error: Missing function implementation:
> [castTINYINT(VARCHAR-OPTIONAL)]. Full expression: --UNKNOWN EXPRESSION--.
> Error in expression at index -1. Error: Missing function implementation:
> [castINT(TINYINT-OPTIONAL)]. Full expression: --UNKNOWN EXPRESSION--..
> Fragment 0:0
> [Error Id: efd10d44-42cb-4515-b799-1be148442e73 on qa-node191.qa.lab:31010]
> (state=,code=0)
> {code}
> I attached the error from the logs and the data set used. Let me know if you
> need anything else
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)