Re: [I] Update proto to support to/from json with an extension codec [datafusion]

2025-02-09 Thread via GitHub
alamb closed issue #14560: Update proto to support to/from json with an extension codec URL: https://github.com/apache/datafusion/issues/14560 -- 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 spe

Re: [I] Update proto to support to/from json with an extension codec [datafusion]

2025-02-08 Thread via GitHub
Omega359 commented on issue #14560: URL: https://github.com/apache/datafusion/issues/14560#issuecomment-2645910034 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 comment. To u

[I] Update proto to support to/from json with an extension codec [datafusion]

2025-02-08 Thread via GitHub
Omega359 opened a new issue, #14560: URL: https://github.com/apache/datafusion/issues/14560 ### Is your feature request related to a problem or challenge? Currently there is support for logical plan -> to/from bytes with an extension codec but there is support for the same for json. T