llama90 commented on PR #41827:
URL: https://github.com/apache/arrow/pull/41827#issuecomment-2162036557

   > Imagine converting an instance of `list<list<struct<utf8, 
list<union<int64, utf8>>>>>` to string. You need a tree of string formatters 
prepared before the loop and it has to follow the same shape of the `DataType`. 
Doing it value-by-value is just as hard, but slower.
   
   I think I understand what you mean. Thank you for your response!
   
   If you proceed with the work on the `StringFormatter` as 
[mentioned](https://github.com/apache/arrow/pull/41894#pullrequestreview-2111760063),
 I will review it and continue with the process. Thank you once again.


-- 
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