GitHub user QiangCai opened a pull request:
https://github.com/apache/carbondata/pull/1791
[CARBONDATA-2010] Block streaming on main table of preaggregate datamap
If the table has 'preaggregate' DataMap, it doesn't support streaming now
- [x] Any interfaces changed?
no
- [x] Any backward compatibility impacted?
no
- [x] Document update required?
yes, i will add this limitation into
- [x] Testing done
Please provide details on
- Whether new unit test cases have been added or why no new tests
are required?
added new ut
- How it is tested? Please attach test report.
CI run ut
- Is it a performance related change? Please attach the performance
test report.
no
- Any additional information to help reviewers in testing this
change.
added code comment
- [x] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
small changes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/QiangCai/carbondata agg_block_streaming
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1791.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 #1791
----
commit 6ccd1a060351ed7cbe1bc653623210c7e7e234f5
Author: QiangCai <qiangcai@...>
Date: 2018-01-11T07:04:22Z
block streaming on main table of preaggregate datamap
----
---