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 2016/01/19 16:52:39 UTC

[jira] [Updated] (DRILL-4283) Experimental union type support is broken around ComplexWriterImpl

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

Hanifi Gunes updated DRILL-4283:
--------------------------------
    Description: 
VectorAccessibleComplexWriter#getWriter does not pass along the union flag while creating ComplexWriterImpl. The c'tor used assumes union type is disabled.

To reproduce: i) enable union type ii) run a query over data with changing schema that uses ComplexWriterImpl like convert_from(..., 'JSON'). Query, then, should fail as though union type is not enabled.

  was:
VectorAccessibleComplexWriter#getWriter does not pass along the union flag while creating ComplexWriterImpl. This c'tor assumes union type is disabled.

To reproduce: i) enable union type ii) run a query over data with changing schema that uses ComplexWriterImpl like convert_from(..., 'JSON'). Query, then, should fail as though union type is not enabled.


> Experimental union type support is broken around ComplexWriterImpl
> ------------------------------------------------------------------
>
>                 Key: DRILL-4283
>                 URL: https://issues.apache.org/jira/browse/DRILL-4283
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Hanifi Gunes
>            Priority: Critical
>
> VectorAccessibleComplexWriter#getWriter does not pass along the union flag while creating ComplexWriterImpl. The c'tor used assumes union type is disabled.
> To reproduce: i) enable union type ii) run a query over data with changing schema that uses ComplexWriterImpl like convert_from(..., 'JSON'). Query, then, should fail as though union type is not enabled.



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