ankitsultana commented on code in PR #15225:
URL: https://github.com/apache/pinot/pull/15225#discussion_r1985891334
##########
pinot-query-planner/src/test/java/org/apache/pinot/query/QueryCompilationTest.java:
##########
@@ -529,13 +529,13 @@ private Object[][]
provideQueriesWithExplainedLogicalPlan() {
+ " \"rels\": [\n"
+ " {\n"
+ " \"id\": \"0\",\n"
- + " \"relOp\": \"LogicalTableScan\",\n"
+ + " \"relOp\":
\"org.apache.pinot.calcite.rel.logical.PinotLogicalTableScan\",\n"
Review Comment:
These are required because `RelJson` only converts to short names for
calcite specific packages.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]