amaliujia commented on a change in pull request #1587: [CALCITE-3272] Support
TUMBLE as Table Valued Function including an enumerable implementation,
stream.iq and DESCRIPTOR
URL: https://github.com/apache/calcite/pull/1587#discussion_r350459033
##########
File path: core/src/test/java/org/apache/calcite/tools/PlannerTest.java
##########
@@ -254,7 +255,7 @@ private Planner getPlanner(List<RelTraitDef> traitDefs,
final FrameworkConfig config = Frameworks.newConfigBuilder()
.parserConfig(parserConfig)
.defaultSchema(
- CalciteAssert.addSchema(rootSchema, CalciteAssert.SchemaSpec.HR))
+ CalciteAssert.addSchema(rootSchema, SchemaSpec.HR))
Review comment:
Changed it back.
----------------------------------------------------------------
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]
With regards,
Apache Git Services