[Upstream Changelog](https://github.com/apache/datafusion/blob/main/dev/changelog/38.0.0.md) ## Changes Incomplete list. - [x] `DFField` was removed in https://github.com/apache/datafusion/pull/9595 - [x] `BuiltinScalarFunction` was removed in https://github.com/apache/datafusion/pull/10098 along with more `datafusion-functions` migration - [x] `cov_samp` was moved to `datafusion_functions_aggregate` in https://github.com/apache/datafusion/pull/10372
Upstream Changelog
Changes
Incomplete list.
DFFieldwas removed in refactor: make dfschema wrap schemaref datafusion#9595BuiltinScalarFunctionwas removed in Move coalesce to datafusion-functions and remove BuiltInScalarFunction datafusion#10098 along with moredatafusion-functionsmigrationcov_sampwas moved todatafusion_functions_aggregatein MoveCovariance(Sample)covar/covar_sampto be a User Defined Aggregate Function datafusion#10372