You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Hanifi Gunes (JIRA)" <ji...@apache.org> on 2014/11/20 21:17:34 UTC

[jira] [Resolved] (DRILL-1311) Hash join does not support schema changes error

     [ https://issues.apache.org/jira/browse/DRILL-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hanifi Gunes resolved DRILL-1311.
---------------------------------
    Resolution: Fixed

Please let me know if the issue is still there.

> Hash join does not support schema changes error
> -----------------------------------------------
>
>                 Key: DRILL-1311
>                 URL: https://issues.apache.org/jira/browse/DRILL-1311
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Neeraja
>            Assignee: Hanifi Gunes
>             Fix For: 0.7.0
>
>
> - Create a directory with a couple of JSON files. One with columns a,b and second with columns a,b,c. 
> - a & b attributes have same data types across both the files
> - create a view by selecting columns a, b from the directory
> - Join the view with any other table
> An error shows up indicating that 'Hash join does not support schema changes'.
> There is a schema change across the files with a new element being added, however given that specific columns a,b are selected in the view, expect that query works fine.



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