Omega359 commented on issue #17261: URL: https://github.com/apache/datafusion/issues/17261#issuecomment-3271845741
My short term solution was to split the dag in two and do two separate calls writing out and reading back the results in between. That cut the number of items in each of the logical plan down significantly and thus planning time down tremendously. It's not an ideal solution but it worked. -- 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]
