alamb commented on code in PR #12987:
URL: https://github.com/apache/datafusion/pull/12987#discussion_r1805262682
##########
datafusion/substrait/src/logical_plan/producer.rs:
##########
@@ -103,9 +106,13 @@ pub fn to_substrait_plan(plan: &LogicalPlan, ctx:
&SessionContext) -> Result<Box
// Parse relation nodes
// Generate PlanRel(s)
// Note: Only 1 relation tree is currently supported
+
+ let plan = Arc::new(ExpandWildcardRule::new())
Review Comment:
Can we perhaps add a comment explaining why this function call is necessary?
--
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]