Re: [I] Unable to print EXPLAIN [datafusion-python]

2025-06-13 Thread via GitHub
timsaucer closed issue #1014: Unable to print EXPLAIN URL: https://github.com/apache/datafusion-python/issues/1014 -- 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 unsubscrib

Re: [I] Unable to print EXPLAIN [datafusion-python]

2025-06-13 Thread via GitHub
timsaucer commented on issue #1014: URL: https://github.com/apache/datafusion-python/issues/1014#issuecomment-2970818188 Closed by https://github.com/apache/datafusion-python/pull/1036 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Unable to print EXPLAIN [datafusion-python]

2025-03-06 Thread via GitHub
IshaGudewar commented on issue #1014: URL: https://github.com/apache/datafusion-python/issues/1014#issuecomment-2704363657 1. Import the SessionContext from the datafusion library. 2. Create a session context. 3. Execute an EXPLAIN statement using ctx.sql("explain select 1").