timsaucer commented on issue #1490: URL: https://github.com/apache/datafusion-python/issues/1490#issuecomment-4233228977
I believe the reason this issue fails is because we have `.limit(0, Some(num))` appended during a `show()`. We could do a check on the logical plan and if it's an analyze bypass the limit. -- 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]
