Dandandan commented on pull request #9038:
URL: https://github.com/apache/arrow/pull/9038#issuecomment-751931814


   I think this is a great start @seddonm1 !
   
   Just some thoughts: an "ideal" implementation would convert the items 
upfront to an `Vec<i64>`, `Vec<String>`, etc on creation, so less work would be 
needed when executing the plan. Also, at some threshold for bigger arrays we 
could create a `HashSet<i64>`, `HashSet<String>` etc instead and write a kernel 
using a this HashSet.


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

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


Reply via email to