marchpure opened a new pull request #3667: [HOTFIX] Enhanced compatibility with Spark's FilePartition interface URL: https://github.com/apache/carbondata/pull/3667 ### Why is this PR needed? Input type of Spark's FilePartition will change from Seq to Array. We shall create filepartition by entering ARRAY type, which is compatible with both Array and Seq. ### What changes were proposed in this PR? create filepartition by entering ARRAY type, instead of entering Seq type. ### Does this PR introduce any user interface change? - No ### Is any new testcase added? - No
---------------------------------------------------------------- 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
