This is an automated email from the ASF dual-hosted git repository.
zuston pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 1b9d1785 Doc: Fix typo in release file (#1338)
1b9d1785 is described below
commit 1b9d1785cf1300549face7d835317a3d47f47780
Author: slfan1989 <[email protected]>
AuthorDate: Wed Sep 24 14:27:35 2025 +0800
Doc: Fix typo in release file (#1338)
---
RELEASES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/RELEASES.md b/RELEASES.md
index d593b19d..8aa10155 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -30,7 +30,7 @@
## Improvement
Improved memory management in AggExec/SortMergeJoinExec, reducing number of
OOMs.
-Imptoved metric statistics.
+Improved metric statistics.
## Bug fixes
* Fixed inconsistent string to data casting.