zachjsh commented on code in PR #15836:
URL: https://github.com/apache/druid/pull/15836#discussion_r1480474374
##########
sql/src/main/java/org/apache/druid/sql/calcite/parser/DruidSqlIngest.java:
##########
@@ -34,10 +35,8 @@
*/
public abstract class DruidSqlIngest extends SqlInsert
{
- protected final Granularity partitionedBy;
-
- // Used in the unparse function to generate the original query since we
convert the string to an enum
- protected final String partitionedByStringForUnparse;
+ @Nullable
+ protected final SqlNode partitionedBy;
Review Comment:
We are also adding the partitionedBy to the operandList, which requires it
to be of type SqlNode.
--
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]