xuchuanyin created CARBONDATA-2780:
--------------------------------------

             Summary: Load one file for multiple times in one load command 
cause wrong query result
                 Key: CARBONDATA-2780
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2780
             Project: CarbonData
          Issue Type: Bug
            Reporter: xuchuanyin


SparkSQL now support load multiple files in one load command. The file path can 
be comma separated.

But when I try to load one file for multiple times in one load command, the 
query result is wrong.

The load command looks like below:

```

LOAD DATA LOCAL INPATH 'file1,file1,file1' INTO TABLE test_table;

```

The expected result should be the triple of the file content, but actually the 
result is exactly the file content, not tripled.

I'm wondering if this is intended or a bug.



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

Reply via email to