andygrove commented on code in PR #907: URL: https://github.com/apache/datafusion-comet/pull/907#discussion_r1743989603
########## native/core/src/execution/jni_api.rs: ########## @@ -249,7 +254,14 @@ fn prepare_datafusion_session_context( let runtime = RuntimeEnv::new(rt_config).unwrap(); - let mut session_ctx = SessionContext::new_with_config_rt(session_config, Arc::new(runtime)); + let state = SessionStateBuilder::new() + .with_config(session_config) + .with_runtime_env(Arc::new(runtime)) + .with_default_features() Review Comment: Let me see if I can remove that -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org