nssalian commented on issue #14886: URL: https://github.com/apache/datafusion/issues/14886#issuecomment-3095137374
@alamb, checking if my understanding of the issue is accurate since there are a few threads here. This is my first issue on the project, so I want to clarify prior to proceeding. The current code for printing tables in the CLI has a method with too many parameters, which makes debugging difficult, and the explain plans aren't displaying correctly. To solve this, one way is to create a struct that holds all the parameters instead of passing them individually. Thus, we are cleaning up some code and moving it to methods and creating the state struct. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org