You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by dh...@apache.org on 2021/12/18 12:32:05 UTC

[arrow-datafusion] branch master updated: Update roadmap with features completed (#1464)

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

dheres 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 0b8bffd  Update roadmap with features completed (#1464)
0b8bffd is described below

commit 0b8bffd6410ecdcfa29788f75fbc5ca15242a239
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Sat Dec 18 07:32:00 2021 -0500

    Update roadmap with features completed (#1464)
    
    Thanks to the work of @rdettai @xudong963  and others, we are making great progress here
    
    Also added https://github.com/apache/arrow-datafusion/issues/122 as @liukun4515  is actively working on it
    
    cc @hntd187
---
 docs/source/specification/roadmap.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/source/specification/roadmap.md b/docs/source/specification/roadmap.md
index 09f636f..76b2896 100644
--- a/docs/source/specification/roadmap.md
+++ b/docs/source/specification/roadmap.md
@@ -49,16 +49,15 @@ to provide:
 
 ## Additional SQL Language Features
 
+- Decimal Support [#122](https://github.com/apache/arrow-datafusion/issues/122)
 - Complete support list on [status](https://github.com/apache/arrow-datafusion/blob/master/README.md#status)
 - Timestamp Arithmetic [#194](https://github.com/apache/arrow-datafusion/issues/194)
 - SQL Parser extension point [#533](https://github.com/apache/arrow-datafusion/issues/533)
 - Support for nested structures (fields, lists, structs) [#119](https://github.com/apache/arrow-datafusion/issues/119)
-- Remaining Set Operators (`INTERSECT` / `EXCEPT`) [#1082](https://github.com/apache/arrow-datafusion/issues/1082)
 - Run all queries from the TPCH benchmark (see [milestone](https://github.com/apache/arrow-datafusion/milestone/2) for more details)
 
 ## Query Optimizer
 
-- 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
@@ -66,7 +65,6 @@ to provide:
 ## Datasources
 
 - Better support for reading data from remote filesystems (e.g. S3) without caching it locally [#907](https://github.com/apache/arrow-datafusion/issues/907) [#1060](https://github.com/apache/arrow-datafusion/issues/1060)
-- Support for partitioned datasources [#1139](https://github.com/apache/arrow-datafusion/issues/1139) and make the integration of other table formats (Delta, Iceberg...) simpler
 - Improve performances of file format datasources (parallelize file listings, async Arrow readers, file chunk prefetching capability...)
 
 ## Runtime / Infrastructure