[
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)