ariel-miculas commented on issue #23760: URL: https://github.com/apache/datafusion/issues/23760#issuecomment-5050374194
Also borrow this idea from https://github.com/apache/datafusion/issues/14748 : > To implement a more accurate memory size estimation for those edge cases, we can first do col->row conversion and measure the memory consumption. (depends on https://github.com/apache/datafusion/issues/7053) except we don't have to do the row conversion since it should have been done in a previous step, figure out how to reuse it. -- 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]
