alamb commented on issue #4973:
URL: 
https://github.com/apache/arrow-datafusion/issues/4973#issuecomment-1456836406

   I agree this should be benchmark results driven and the outcome should be as 
maintainable as possible. Given how performance critical this code is, I think 
performance is of higher priority than requiring strong typing (though of 
course it would be great if the resulting solution is strongly typed as well as 
high performance)
   
   If we can't handle memory accounting for some reason, providing the user a 
choice to use potentially unlimited memory or faster performance, seems 
acceptable. I would be surprised if we can't work a memory limit check in 
somehow and amortize its cost into the noise
   
   


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

Reply via email to