Github user hyunsik commented on a diff in the pull request:
https://github.com/apache/tajo/pull/593#discussion_r34441081
--- Diff: tajo-common/src/main/java/org/apache/tajo/util/Pair.java ---
@@ -24,11 +24,20 @@
private T1 first;
private T2 second;
+ public Pair() {
--- End diff --
It is only used for JoinGraphContext::getCachedOrNewJoinEdge. It would be
better if JoinGraphContext::getCachedOrNewJoinEdge creates a new instance for
Pair instead of reusing a member variable.
---
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.
---