You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jarck (JIRA)" <ji...@apache.org> on 2017/06/20 15:51:01 UTC

[jira] [Created] (CARBONDATA-1203) insert data caused many duplicated data on spark 1.6.2

Jarck created CARBONDATA-1203:
---------------------------------

             Summary: insert data caused  many duplicated data on spark 1.6.2
                 Key: CARBONDATA-1203
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1203
             Project: CarbonData
          Issue Type: Bug
            Reporter: Jarck


I use branch-1.1 do insert test on spark 1.6.2 in my local machine
I try to  run the sql as below to insert a data
      spark.sql(s"""
             insert into $tableName select $id,'$date','$country','$testName'
             ,'$phoneType','$serialname',$salary from $tableName
             """).show()

at last the data has been inserted successfully, but it inserted many duplicated data



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