houqp commented on a change in pull request #1987: URL: https://github.com/apache/arrow-datafusion/pull/1987#discussion_r825387905
########## File path: datafusion/CHANGELOG.md ########## @@ -56,7 +56,7 @@ - Add `approx_quantile` support [\#1538](https://github.com/apache/arrow-datafusion/issues/1538) - support sorting decimal data type [\#1522](https://github.com/apache/arrow-datafusion/issues/1522) - Keep all datafusion's packages up to date with Dependabot [\#1472](https://github.com/apache/arrow-datafusion/issues/1472) -- ExecutionContext support init ExecutionContextState with `new(state: Arc<Mutex<ExecutionContextState>>)` method [\#1439](https://github.com/apache/arrow-datafusion/issues/1439) +- SessionContext support init SessionState with `new(state: Arc<Mutex<SessionState>>)` method [\#1439](https://github.com/apache/arrow-datafusion/issues/1439) Review comment: second on this since they are auto generated. -- 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]
