GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1874
[WIP] Refactor query process to improve readability
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
- How it is tested? Please attach test report.
- Is it a performance related change? Please attach the performance
test report.
- Any additional information to help reviewers in testing this
change.
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jackylk/incubator-carbondata
column_page_reader4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1874.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 #1874
----
commit 4069486c48da6dc2372535ad1413673405234cd7
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-28T14:57:31Z
wip
commit f1aaca334bd68466503129a1eeedb5fe1d279a3e
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-28T17:02:43Z
wip
commit 8bfb5029955c23fe0ec75cb2b7a2d9a4fef19fb0
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-28T18:11:52Z
wip
commit 3a614894c41b08884ec8c668d2f918de23c9dfb1
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-28T18:12:00Z
wip
commit 6a1a58a185034df14e70fd1a0e10750158009518
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-28T18:41:34Z
wip
commit c057459f864db4889b9f1f48fe522434513ef21e
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-28T18:51:50Z
wip
commit 89612c028ed26c118993a75784542217ea474bd5
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-28T18:52:18Z
wip
commit a016dcfca98dddebd241f66e328c7b96b11a6360
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T01:03:25Z
wip
commit 7daf9b66faf93a4b1280b5c6e9457229fc2e983c
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T01:03:31Z
wip
commit a20766354f5cfff0c05a07fced6d53cd8f7b60f9
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T01:14:01Z
wip
commit c21193b88fad2344ab94b7ff0acf6043d535d831
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T01:23:03Z
wip
commit b36c23712b4c71ab739bec2a339177514b2b0103
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T01:23:39Z
wip
commit d6421f0a7633b984adbee3d372c12f5775e26b90
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T02:40:14Z
wip
commit 7d12336f34a9ca0eac2b613a59d47fc3a9ec0f45
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T02:42:59Z
wip
commit 8438f737a2092889a619ff2a8f0d397a2b172415
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T03:24:49Z
wip
commit b003a3b41a23b45827cc99af9ca17b9de49108e4
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T03:30:11Z
wip
commit 312e2265ab6c6c5ab08804731532ccb9de838e94
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T03:49:27Z
wip
commit ac3eca1dc3041ec2b2effadb9ac54a0b75521222
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-29T03:55:08Z
wip
----
---