jayzhan211 commented on issue #11268:
URL: https://github.com/apache/datafusion/issues/11268#issuecomment-2211534980

   > The reason I didn't use MapBuilder is that I can't find a smart way to get 
the corresponding ArrayBuilder for the arguments ( MapBuilder requires two 
initial builders for the key and value ). If we have some existing solutions 
for this issue, I think using MapBuilder is better.
   
   The datatype of key and value should be known before `invoke`, so we can get 
the corresponding Builder based on the data type


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to