Kunal-Singh-Dadhwal commented on issue #14176:
URL: https://github.com/apache/datafusion/issues/14176#issuecomment-2601371233
@zjregee Yes
--
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 spec
zjregee commented on issue #14176:
URL: https://github.com/apache/datafusion/issues/14176#issuecomment-2601368836
Hi, @Kunal-Singh-Dadhwal, can I take this?
--
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
Kunal-Singh-Dadhwal commented on issue #14176:
URL: https://github.com/apache/datafusion/issues/14176#issuecomment-2599771887
@jayzhan211 I’m still getting familiar with the codebase and Rust, I don’t
feel ready to tackle it just yet.
--
This is an automated message from the Apache Git S
Kunal-Singh-Dadhwal commented on issue #14176:
URL: https://github.com/apache/datafusion/issues/14176#issuecomment-2599722795
/unassign
--
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 specifi
Kunal-Singh-Dadhwal commented on issue #14176:
URL: https://github.com/apache/datafusion/issues/14176#issuecomment-2599686552
take
--
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 com
jayzhan211 opened a new issue, #14176:
URL: https://github.com/apache/datafusion/issues/14176
### Is your feature request related to a problem or challenge?
For ArrayRef, you can use
```rust
pretty_format_columns("ColumnarValue(ArrayRef)", &[array_ref]).unwrap())
```