This is an automated email from the ASF dual-hosted git repository. abstractdog pushed a commit to branch branch-0.10.3 in repository https://gitbox.apache.org/repos/asf/tez.git
commit c56f564188443bf1185217cd679da8d065778d1d Author: Laszlo Bodor <bodorlaszlo0...@gmail.com> AuthorDate: Tue Jan 9 16:49:01 2024 +0100 TEZ-4526: Avoid calling LocationProvider#getPreferredLocations multiple times while generating grouped splits (#323) - CHANGES.txt --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 497fddeae..669c2a8cf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: +TEZ-4526: Avoid calling LocationProvider#getPreferredLocations multiple times while generating grouped splits (#323) TEZ-4039: Addendum: Tez should inject dag id, query id into MDC. (#325) (Ayush Saxena reviewed by Laszlo Bodor) TEZ-4520: Enable Parallel Compilation for TEZ (#315) (JiaLiangC reviewed by Laszlo Bodor) TEZ-4494: Addressing CVE-2022-41881 - Netty vulnerability (#287) ( Sercan Tekin reviewed by Laszlo Bodor)