You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "xuchuanyin (JIRA)" <ji...@apache.org> on 2018/07/24 03:04:00 UTC

[jira] [Created] (CARBONDATA-2773) Load one file for multiple times in one load command cause wrong query result

xuchuanyin created CARBONDATA-2773:
--------------------------------------

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


CarbonData 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 the file content not tripled.



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