ding-young

Results 17 issues of ding-young

This issue tracks the necessary tasks to implement `rewrite_result` for all the nodes that have`rewrite` implementation. ## Background Current `rewrite` method returns Option, which means that it gives None without...

GSoC

tracked by #6206 ## Description update `rewrite_assignment` to return `RewriteResult`

pr-waiting-on-author
GSoC

tracked by #6206 ## Description - impl `rewrite_result` for `Stmt`, `ControlFlow` `OverflowableItem`, `Lifetime` There are still `unknown_error()`s due to calling `format_expr`, but they will be removed after updating `format_expr` in...

pr-waiting-on-author
GSoC

## Which issue does this PR close? - Closes #16130 . ## Further Jobs to to do I filed a separate issue to investigate the benefit of this compression option....

documentation
core
sqllogictest
common
execution
physical-plan

### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/16065 , Related to https://github.com/apache/datafusion/issues/14078 ### Background PR https://github.com/apache/datafusion/pull/16268 will introduce compression option when writing spill files...

enhancement

fixes #5738 ## Description Above issue reports panic when formatting complex enum with generic parameters. This is because rustfmt simply calls `unwrap()` on `Rewrite` (`RewriteResult` in future), the return value...

pr-not-reviewed
pr-follow-up-review-pending

Tracked by #6206 ## Description - refactor `visit_struct` and `visit_enum` - update related functions like `format_struct_struct`, `rewrite_with_alignment` to return `RewriteResult`

pr-not-reviewed