[jira] [Created] (CARBONDATA-699) using column group column name in dictionary_exclude do not give any exception

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

[jira] [Created] (CARBONDATA-699) using column group column name in dictionary_exclude do not give any exception

Akash R Nilugal (Jira)
anubhav tarar created CARBONDATA-699:
----------------------------------------

             Summary: using column group column name in dictionary_exclude do not give any exception
                 Key: CARBONDATA-699
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-699
             Project: CarbonData
          Issue Type: Bug
          Components: spark-integration
    Affects Versions: 1.1.0-incubating
         Environment: spark 2.1
            Reporter: anubhav tarar
            Priority: Minor


using column group column name in dictionary_exclude do not give any exception in spark 2.1 it gives exception in spark 1.6 which is correct

here are logs in spark 2.1.0 =========
 
0: jdbc:hive2://localhost:10000> CREATE TABLE IF NOT EXISTS productSalesTable1 ( productNumber Int, productName String, storeCity String, storeProvince String, productCategory String, productBatch String, saleQuantity Int, revenue Int) STORED BY 'carbondata' TBLPROPERTIES ('COLUMN_GROUPS'='(productName,productNumber)', 'DICTIONARY_EXCLUDE'='productName', 'DICTIONARY_INCLUDE'='productNumber', 'NO_INVERTED_INDEX'='productBatch');
+---------+--+
| Result  |
+---------+--+
+---------+--+
No rows selected (3.844 seconds)





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)