You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make session the first argument of update_datafusion_session (delta-io#4192)
# Description
`update_datafusion_session` currently updates the state of the Session
while receiving it as the second argument.
This change reorders the function parameters so that the Session is
passed as the first argument, matching the intent discussed in the
issue.
# Related Issue(s)
- closesdelta-io#4139
# Documentation
---------
Signed-off-by: Paul Douane <paul.douane@icloud.com>
Co-authored-by: Paul Douane <paul.douane@icloud.com>
0 commit comments