LakshSingla commented on a change in pull request #12163:
URL: https://github.com/apache/druid/pull/12163#discussion_r794933922
##########
File path:
sql/src/main/java/org/apache/druid/sql/calcite/planner/DruidPlanner.java
##########
@@ -744,18 +755,28 @@ public T next()
private SqlNode query;
- private ParsedNodes(@Nullable SqlExplain explain, @Nullable SqlInsert
insert, SqlNode query)
+ @Nullable
+ private String ingestionGranularity;
+
+ private ParsedNodes(
+ @Nullable SqlExplain explain,
+ @Nullable SqlInsert insert,
Review comment:
Update: We might not be able to do it cleanly due to SqlExplain.
Explained more in the related comment.
--
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]