zinking commented on a change in pull request #2439:
URL: https://github.com/apache/calcite/pull/2439#discussion_r652542914



##########
File path: core/src/test/java/org/apache/calcite/test/SqlToRelTestBase.java
##########
@@ -603,6 +609,7 @@ protected TesterImpl(DiffRepository diffRepos, boolean 
enableDecorrelate,
       this.plannerFactory = Objects.requireNonNull(plannerFactory, 
"plannerFactory");
       this.conformance = Objects.requireNonNull(conformance, "conformance");
       this.contextTransform = Objects.requireNonNull(contextTransform, 
"contextTransform");
+      this.typeFactory = typeFactory;

Review comment:
       I would create a overloaded version of this constructor so that the 
below codes remains unchanged




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to