GitHub user jackylk opened a pull request: https://github.com/apache/incubator-carbondata/pull/262
[CARBONDATA-308] [WIP] Use CarbonInputFormat in CarbonScanRDD compute Use CarbonInputFormat in CarbonScanRDD compute function 1. In driver side, only getSplit is required, so only filter condition is required, no need to create full QueryModel object, so creation of QueryModel is moved from driver side to executor side. 2. use CarbonInputFormat.createRecordReader in CarbonScanRDD.compute instead of use QueryExecutor directly You can merge this pull request into a Git repository by running: $ git pull https://github.com/jackylk/incubator-carbondata scanrdd Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-carbondata/pull/262.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #262 ---- commit ef4a889db9b86653c273794c9a810a9cd9683437 Author: jackylk <jacky.li...@huawei.com> Date: 2016-10-22T18:43:53Z use CarbonInputFormat in executor commit a5c17f523c7127b538cc2d384cbff4fa454a007a Author: jackylk <jacky.li...@huawei.com> Date: 2016-10-27T04:01:36Z modify getPartition ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---