This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 386464c712a [WEBSITE] Minor: Fix typo on DataFusion 26 blog (#375)
386464c712a is described below
commit 386464c712ac8e86dfef3122e13c9220695c391b
Author: Andrew Lamb <[email protected]>
AuthorDate: Sat Jun 24 07:58:11 2023 -0400
[WEBSITE] Minor: Fix typo on DataFusion 26 blog (#375)
Typo in https://github.com/apache/arrow-site/pull/370 -- thanks to
@tustvold for the spot
---
_posts/2023-06-24-datafusion-25.0.0.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_posts/2023-06-24-datafusion-25.0.0.md
b/_posts/2023-06-24-datafusion-25.0.0.md
index a5b93522794..244d83cfa42 100644
--- a/_posts/2023-06-24-datafusion-25.0.0.md
+++ b/_posts/2023-06-24-datafusion-25.0.0.md
@@ -132,7 +132,7 @@ overview talks created:
### More Streaming, Less Memory
-We have made significany progress on the [streaming execution roadmap]
+We have made significant progress on the [streaming execution roadmap]
such as [unbounded datasources], [streaming group by], sophisticated
[sort] and [repartitioning] improvements in the optimizer, and support
for [symmetric hash join] (read more about that in the great [Synnada