[jira] [Created] (CARBONDATA-1787) Carbon 1.3.0- Global Sort: Global_Sort_Partitions parameter doesn't work, if specified in the Tblproperties, while creating the table.

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

[jira] [Created] (CARBONDATA-1787) Carbon 1.3.0- Global Sort: Global_Sort_Partitions parameter doesn't work, if specified in the Tblproperties, while creating the table.

Akash R Nilugal (Jira)
Ayushi Sharma created CARBONDATA-1787:
-----------------------------------------

             Summary: Carbon 1.3.0- Global Sort: Global_Sort_Partitions parameter doesn't work, if specified in the Tblproperties, while creating the table.
                 Key: CARBONDATA-1787
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1787
             Project: CarbonData
          Issue Type: Bug
          Components: data-load
    Affects Versions: 1.3.0
            Reporter: Ayushi Sharma
            Priority: Minor


Steps:
1. create table tstcust(c_custkey int, c_name string, c_address string, c_nationkey bigint, c_phone string,c_acctbal decimal, c_mktsegment string, c_comment string) STORED BY 'org.apache.carbondata.format' tblproperties('sort_scope'='global_sort','GLOBAL_SORT_PARTITIONS'='2');

Issue:
Global_Sort_Partitions when specified during creation of table, it doesn't work, whereas the same property works, if specified during the data load.

Expected:
Either it should throw error for the property if it is specified in the load like it throws for the sort_scope or the same thing should be updated in the document.







--
This message was sent by Atlassian JIRA
(v6.4.14#64029)