Kontinuation commented on code in PR #851:
URL: https://github.com/apache/sedona/pull/851#discussion_r1220619713
##########
core/src/main/java/org/apache/sedona/core/joinJudgement/DynamicIndexLookupJudgement.java:
##########
@@ -71,7 +59,7 @@ public DynamicIndexLookupJudgement(
Metric resultCount,
Metric candidateCount)
{
- super(spatialPredicate);
+ super(spatialPredicate, buildCount, streamCount, resultCount,
candidateCount);
Review Comment:
The metric members `buildCount`, `streamCount`, etc. have been moved to the
base class. We can remove these metrics members from
`DynamicIndexLookupJudgement`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]