Back to Datafusion

Apache DataFusion 52.2.0 Changelog

dev/changelog/52.2.0.md

54.0.02.5 KB
Original Source
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->

Apache DataFusion 52.2.0 Changelog

This release consists of 5 commits from 3 contributors. See credits at the end of this changelog for more information.

See the upgrade guide for information on how to upgrade from previous versions.

Other:

  • [branch-52] fix: filter pushdown when merge filter (#20110) #20289 (haohuaijin)
  • [branch-52] FilterExec should remap indices of parent dynamic filters (#20286) #20347 (alamb)
  • [branch-52] fix: validate inter-file ordering in eq_properties() (#20329) #20509 (alamb)
  • Fix name tracker (#19856) #20539 (hareshkh)
  • [branch-52] fix: HashJoin panic with dictionary-encoded columns in multi-key joins (#20441) #20512 (alamb)
  • [branch-52] Fix incorrect SortExec removal before AggregateExec (#20247) #20507 (alamb)
  • [branch-52] Update aws-smithy, bytes and time for security audits #20546 (alamb)
  • [branch-52] Clamp early aggregation emit to the sort boundary when using partial group ordering (#20446) #20558 (alamb)

Credits

Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor.

     3	Andrew Lamb
     1	Haresh Khanna
     1	Huaijin

Thank you also to everyone who contributed in other ways such as filing issues, reviewing PRs, and providing feedback on this release.