somu-imply commented on code in PR #14886:
URL: https://github.com/apache/druid/pull/14886#discussion_r1317653993
##########
sql/src/main/java/org/apache/druid/sql/calcite/rule/DruidRules.java:
##########
@@ -115,13 +115,13 @@ public static List<RelOptRule> rules(PlannerContext
plannerContext)
retVal.add(DruidOuterQueryRule.WINDOW);
}
- if (plannerContext.featureAvailable(EngineFeature.UNNEST)) {
Review Comment:
Won't that be confusing because to enable unnest, the user has to specify
the flag through the query context? That was one of the main reasons we are
trying to get rid of the flag. We introduced the flag as unnest was an
experimental feature at that time. Is the outlook still to treat this as an
experimental feature?
--
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]