sweb commented on code in PR #23989:
URL: https://github.com/apache/datafusion/pull/23989#discussion_r3707112166
##########
datafusion/expr/src/physical_planning_context.rs:
##########
@@ -70,6 +84,27 @@ impl PhysicalPlanningContext {
pub fn results(&self) -> &ScalarSubqueryResults {
&self.results
}
+
+ /// Adds a mapping for each variable to the given qualifier. Existing
+ /// variables with conflicting names get shadowed
Review Comment:
addressed in
https://github.com/apache/datafusion/pull/23989/changes/678073fb382e9ce126b81c8d9ab240530248c47c
--
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]