Github user ChengXiangLi commented on the pull request:
https://github.com/apache/flink/pull/1469#issuecomment-173151704
I did simple regression test based on `HashVsSortMiniBenchmark`, the result
looks like:
Test | Before | After
------ | ------ | --------
testBuildFirst | 6.63s | 6.65s
testBuildSecond | 3.7s | 3.8s
The inner join performance is not influenced by this PR, which fit into my
expectation. There is a flag called `buildsideOuterJoin` in `MutableHashTable`,
all the extra effort only happens while `buildSideOuterJoin` is true.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---