Rahul Challapalli created DRILL-3660:
----------------------------------------

             Summary: 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


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)

Reply via email to