You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Chetan Bhat (JIRA)" <ji...@apache.org> on 2019/01/31 12:47:00 UTC

[jira] [Created] (CARBONDATA-3285) Data load not going in correct Sort scope flow when carbon upgraded to latest version

Chetan Bhat created CARBONDATA-3285:
---------------------------------------

             Summary: Data load not going in correct Sort scope flow when carbon upgraded to latest version
                 Key: CARBONDATA-3285
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3285
             Project: CarbonData
          Issue Type: Bug
          Components: data-load
    Affects Versions: 1.5.2
         Environment: Spark 2.3
            Reporter: Chetan Bhat


Issue 1 :

In older version user creates a table where sortcolumns and sort scope feature was not implemented .

User loads data in the table.

In latest version user refreshes the table and loads data without sort scope.

Issue : The load is going in no sort flow. But in describe formatted command executed after refresh table command the sort scope is displayed as local sort.

Issue 2 :

In older version user creates a table where sortcolumns and sort scope feature was not implemented .

User loads data in the table.

In latest version user refreshes the table and alter table set scope command is executed to change the sort scope to scope other than no_sort.

User loads data without sort scope.

Issue : The load is going in no sort flow instead of the scope configured in alter table set scope.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)