kevinjmh opened a new pull request #3604: [HOTFIX] Allow space between input file paths URL: https://github.com/apache/carbondata/pull/3604 ### Why is this PR needed? When space exists between file paths, `The input file does not exist` is throw. ``` LOAD DATA INPATH 'hdfs:///data/file1.dat , hdfs:///data/file2.dat' INTO TABLE ... ``` ### What changes were proposed in this PR? trim space of each file path before usage ### Does this PR introduce any user interface change? - No - Yes. (please explain the change and update document) ### Is any new testcase added? - No - Yes
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
