adarshsanjeev commented on code in PR #12386:
URL: https://github.com/apache/druid/pull/12386#discussion_r843446134
##########
sql/src/main/java/org/apache/druid/sql/calcite/planner/DruidPlanner.java:
##########
@@ -290,12 +305,13 @@ private void resetPlanner()
private PlannerResult planWithDruidConvention(
final RelRoot root,
@Nullable final SqlExplain explain,
- @Nullable final SqlInsert insert
+ @Nullable final SqlInsert insert,
Review Comment:
Done. Type is only checked during creation of ParsedNode and to add it to
the context.
--
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]