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
* Bump DataFusion version to 44
* Trait definition for plan properties now returns LexOrdering
* find_df_window_func was removed upstream
* Prepare and Execute variants were removed from LogicalPlan
* Substrait functions now take SessionState instead of SessionContext
* Remove unused import
* RuntimeConfig is now deprecated
* Switch from RuntimeConfig to RuntimeEnvBuilder
* Update return types on unit tests
* DF 44 changes the execution plan properties to have boundedness and emission type
* Initcap now returns stringview
* Bump datafusion version in example
@@ -48,4 +48,4 @@ a :py:class:`~datafusion.context.SessionConfig` and :py:class:`~datafusion.conte
48
48
49
49
50
50
You can read more about available :py:class:`~datafusion.context.SessionConfig` options in the `rust DataFusion Configuration guide <https://arrow.apache.org/datafusion/user-guide/configs.html>`_,
51
-
and about :code:`RuntimeConfig` options in the rust `online API documentation <https://docs.rs/datafusion/latest/datafusion/execution/runtime_env/struct.RuntimeConfig.html>`_.
51
+
and about :code:`RuntimeEnvBuilder` options in the rust `online API documentation <https://docs.rs/datafusion/latest/datafusion/execution/runtime_env/struct.RuntimeEnvBuilder.html>`_.
0 commit comments