GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/carbondata/pull/2846
[WIP] Added direct fill
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/kumarvishal09/incubator-carbondata 2823
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2846.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 #2846
----
commit 1be02add30b514146d03e9f9dff9a4312b6ddfca
Author: ravipesala <ravi.pesala@...>
Date: 2018-10-16T05:02:18Z
Add carbon property to configure vector based row pruning push down
commit 8b5fcfc5191b36c6c0ed801cfc887fcfd9a1ac32
Author: ravipesala <ravi.pesala@...>
Date: 2018-10-16T06:00:43Z
Added support for full scan queries for vector direct fill.
commit 8a858ebbd8b42d3beab79ae3d2e8bd9df9ea1551
Author: ravipesala <ravi.pesala@...>
Date: 2018-10-21T13:44:11Z
Fix comments
commit 645ff6845ff9b00247e0a4342d9f3ae3b53451a8
Author: ravipesala <ravi.pesala@...>
Date: 2018-10-16T09:23:14Z
Added support for pruning pages for vector direct fill.
commit f4b0e763ab99f9f0999920ca87d80729ad8461cf
Author: ravipesala <ravi.pesala@...>
Date: 2018-10-21T15:27:50Z
Fix comments
commit 584908420909a573b719332796f04b409ad928d6
Author: ravipesala <ravi.pesala@...>
Date: 2018-10-16T11:07:18Z
Added support for inverted index and delete delta for direct scan queries
commit 80971469833e74ba7d9c7bae5870d47c2d34dbe8
Author: ravipesala <ravi.pesala@...>
Date: 2018-10-16T13:09:16Z
Support Lazy load in carbon vector
commit 651fa718d74308f4774b3626d6fd12990872685f
Author: kumarvishal09 <kumarvishal1802@...>
Date: 2018-10-23T06:41:17Z
added direct fill
----
---