[jira] [Updated] (CARBONDATA-4000) Presto select query failure right after firing update query

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-4000) Presto select query failure right after firing update query

Akash R Nilugal (Jira)

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

Akshay updated CARBONDATA-4000:
-------------------------------
    Description:
The putObject() method implementation was missing due to which select query on *struct* complex data type after firingĀ *update* queries were failing.

Solution-
 Added implementation in ColumnarVectorWrapperDirectWithDeleteDelta. Earlier without this implementation control went to its parent class AbstractCarbonColumnarVector,java which was unsupported.

  was:
The putObject() method implementation was missing due to which select query on *struct* complex data type after *update* queries were failing.
 
Solution-
Added implementation in ColumnarVectorWrapperDirectWithDeleteDelta. Earlier without this implementation control went to its parent class AbstractCarbonColumnarVector,java which was unsupported.


> Presto select query failure right after firing update query
> -----------------------------------------------------------
>
>                 Key: CARBONDATA-4000
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4000
>             Project: CarbonData
>          Issue Type: Bug
>          Components: core
>            Reporter: Akshay
>            Priority: Major
>
> The putObject() method implementation was missing due to which select query on *struct* complex data type after firingĀ *update* queries were failing.
> Solution-
>  Added implementation in ColumnarVectorWrapperDirectWithDeleteDelta. Earlier without this implementation control went to its parent class AbstractCarbonColumnarVector,java which was unsupported.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)