You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/11/05 16:57:00 UTC

[arrow-datafusion] branch master updated: Update roadmap (#1247)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 3626ded  Update roadmap (#1247)
3626ded is described below

commit 3626ded09c04d89df7354c10ca54941bee564765
Author: Carlos <wx...@gmail.com>
AuthorDate: Sat Nov 6 00:56:52 2021 +0800

    Update roadmap (#1247)
---
 docs/source/specification/roadmap.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/specification/roadmap.md b/docs/source/specification/roadmap.md
index 219fb71..09f636f 100644
--- a/docs/source/specification/roadmap.md
+++ b/docs/source/specification/roadmap.md
@@ -61,6 +61,7 @@ to provide:
 - Additional constant folding / partial evaluation [#1070](https://github.com/apache/arrow-datafusion/issues/1070)
 - More sophisticated cost based optimizer for join ordering
 - Implement advanced query optimization framework (Tokomak) #440
+- Finer optimizations for group by and aggregate functions
 
 ## Datasources