liukun4515 edited a comment on issue #122: URL: https://github.com/apache/arrow-datafusion/issues/122#issuecomment-975036335
- [ ] create external csv table with decimal data type in SQL parse and logical plan. - [x] decimal scalar #1393 - [x] create table and select column with decimal datatype https://github.com/apache/arrow-datafusion/pull/1431 - [ ] support aggregate function(example min,max,count,sum) - [x] min/max https://github.com/apache/arrow-datafusion/pull/1407 - [x] sum/avg https://github.com/apache/arrow-datafusion/pull/1408 - [ ] sum/avg overflow checker https://github.com/apache/arrow-datafusion/issues/1460 - [ ] count/ApproxDistinct/ArrayAgg - [x] coercion rule for aggregate function https://github.com/apache/arrow-datafusion/pull/1387 - [ ] support try_cast,cast : (1) support in arrow-rs https://github.com/apache/arrow-rs/issues/1043 (2) support in datafusion https://github.com/apache/arrow-datafusion/issues/1443 - [ ] support comparison binary operation for decimal - [ ] comparison operation which implements in the datafusion. https://github.com/apache/arrow-datafusion/pull/1483 - [ ] use arrow-rs kernel to replace datafusion for =,!=,>,<...,lt. This should be implemented in the arrow-rs. we can refer https://github.com/apache/arrow-datafusion/pull/1163 - [ ] binary comparison coercion rules https://github.com/apache/arrow-datafusion/pull/1483 - [ ] support mathematics binary operation for decimal - [ ] array with scalar value operation: https://github.com/apache/arrow-datafusion/issues/1513 - [ ] support decimal type for mathematics operation(+,-,*,/,%) - [ ] add sql level test - [ ] SIMD in arrow-rs https://github.com/apache/arrow-rs/issues/1010 - [ ] support expr evaluation (using in select, filter and other clause) - [ ] support sort by decimal column https://github.com/apache/arrow-datafusion/issues/1522 - [ ] support hasher https://github.com/apache/arrow-datafusion/issues/1535 - [ ] group by decimal type - [ ] add document for promotion precision and scale https://github.com/apache/arrow-datafusion/issues/1461 utils: - [ ] add from function to create a decimal array: https://github.com/apache/arrow-rs/issues/1009 - [ ] discussion about the result data type: https://github.com/apache/arrow-datafusion/issues/1418 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org