aditanase commented on PR #7015:
URL: https://github.com/apache/arrow-rs/pull/7015#issuecomment-2727490753

   Big 👍  for this PR.
   
   I have a simpler use case, I would like to implement a `to_json` UDF in 
datafusion. I have a PoC currently in which I am implementing the Write trait 
for a wrappwer around GenericStringBuilder, coupled with the current 
LineDelimiter JsonFormatter. In the write function I split on \n and call 
append_value on the builder.
   
   By simply having access to make_encoder this would be much simpler and I 
could also add support for nullable columns.
   
   Would be awesome if this lands in the next release! 🚀


-- 
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...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to