[
https://issues.apache.org/jira/browse/CARBONDATA-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
xuchuanyin closed CARBONDATA-2780.
----------------------------------
Resolution: Duplicate
> 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
> Priority: Major
>
> 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)