tohuya6 commented on code in PR #23850:
URL: https://github.com/apache/datafusion/pull/23850#discussion_r3653462799
##########
datafusion/core/src/execution/session_state.rs:
##########
@@ -1145,14 +1281,20 @@ impl SessionStateBuilder {
query_planner: Some(existing.query_planner),
catalog_list: Some(existing.catalog_list),
table_functions: Some(existing.table_functions),
- scalar_functions:
Some(existing.scalar_functions.into_values().collect_vec()),
Review Comment:
I went with this fix and it involved an API breaking change, but I also
tried the split @neilconway suggested in case you guys think that might be a
safer alternative
--
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]