Re: [I] Implement Display for ColumnarValue [datafusion]

2025-01-19 Thread via GitHub
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

Re: [I] Implement Display for ColumnarValue [datafusion]

2025-01-19 Thread via GitHub
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

Re: [I] Implement Display for ColumnarValue [datafusion]

2025-01-18 Thread via GitHub
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

Re: [I] Implement Display for ColumnarValue [datafusion]

2025-01-18 Thread via GitHub
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

Re: [I] Implement Display for ColumnarValue [datafusion]

2025-01-18 Thread via GitHub
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

[I] Implement Display for ColumnarValue [datafusion]

2025-01-18 Thread via GitHub
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()) ```