GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/2295
[CARBONDATA-2470] Refactor AlterTableCompactionPostStatusUpdateEvent usage
in compaction flow
AlterTableCompactionPostStatusUpdateEvent is a generic event fired after
COMPACTION but it is controlled only by the preaggregate listener. If the
CommitPreAggregateListener sets the commitComplete property to true, this event
will not be fired for the next iteration. For each and every compacted segments
this must be fired.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [x] Testing done
UTs are already there
- [ ] 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/dhatchayani/carbondata postEvent
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2295.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 #2295
----
commit b350b40643c6355b74c03b047579401fd54acae6
Author: dhatchayani <dhatcha.official@...>
Date: 2018-05-10T13:37:53Z
[CARBONDATA-2470] Refactor AlterTableCompactionPostStatusUpdateEvent usage
in compaction flow
----
---