You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Karan (Jira)" <ji...@apache.org> on 2020/12/23 07:48:00 UTC

[jira] [Created] (CARBONDATA-4097) Direct filling of column vector is not allowed for a alter table, because it uses RestructureBasedCollector. However ColumnVectors were initialized as ColumnVectorWrapperDirect even for alter table.

Karan created CARBONDATA-4097:
---------------------------------

             Summary: Direct filling of column vector is not allowed for a alter table, because it uses RestructureBasedCollector. However ColumnVectors were initialized as ColumnVectorWrapperDirect even for alter table.
                 Key: CARBONDATA-4097
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4097
             Project: CarbonData
          Issue Type: Bug
          Components: core
    Affects Versions: 2.1.0
            Reporter: Karan
             Fix For: 2.0.1


ColumnVector for alter tables should not be initialized as ColumnVectorWrapperDirect because direct filling is not allowed for alter table. It should be initialized as ColumnVectorWrapper.



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