Re: [PR] Improve deserialize_to_struct example [datafusion]

2025-01-04 Thread via GitHub
jonahgao commented on PR #13958: URL: https://github.com/apache/datafusion/pull/13958#issuecomment-2571115244 Thanks @alamb -- 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.

Re: [PR] Improve deserialize_to_struct example [datafusion]

2025-01-04 Thread via GitHub
jonahgao merged PR #13958: URL: https://github.com/apache/datafusion/pull/13958 -- 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...@dataf

Re: [PR] Improve deserialize_to_struct example [datafusion]

2025-01-03 Thread via GitHub
alamb commented on PR #13958: URL: https://github.com/apache/datafusion/pull/13958#issuecomment-2569054376 Thank you @jonahgao -- 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 commen

Re: [PR] Improve deserialize_to_struct example [datafusion]

2025-01-02 Thread via GitHub
jonahgao commented on code in PR #13958: URL: https://github.com/apache/datafusion/pull/13958#discussion_r1901418145 ## datafusion-examples/examples/deserialize_to_struct.rs: ## @@ -15,62 +15,136 @@ // specific language governing permissions and limitations // under the Licens

[PR] Improve deserialize_to_struct example [datafusion]

2024-12-31 Thread via GitHub
alamb opened a new pull request, #13958: URL: https://github.com/apache/datafusion/pull/13958 ## Which issue does this PR close? - Related to https://github.com/apache/datafusion/issues/11172 ## Rationale for this change While trying to find more examples to consolidate,