Re: [PR] Implement tree explain for `LocalLimitExec` [datafusion]

2025-03-15 Thread via GitHub
alamb commented on PR #15232: URL: https://github.com/apache/datafusion/pull/15232#issuecomment-2725553415 Thanks again @shruti2522 and @comphead -- 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

Re: [PR] Implement tree explain for `LocalLimitExec` [datafusion]

2025-03-14 Thread via GitHub
alamb merged PR #15232: URL: https://github.com/apache/datafusion/pull/15232 -- 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...@datafusi

Re: [PR] Implement tree explain for `LocalLimitExec` [datafusion]

2025-03-14 Thread via GitHub
alamb commented on code in PR #15232: URL: https://github.com/apache/datafusion/pull/15232#discussion_r1996145712 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -246,6 +251,69 @@ physical_plan 11)│format: csv│ 12)└───┘ +

Re: [PR] Implement tree explain for `LocalLimitExec` [datafusion]

2025-03-14 Thread via GitHub
alamb commented on code in PR #15232: URL: https://github.com/apache/datafusion/pull/15232#discussion_r1996135668 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -246,6 +251,69 @@ physical_plan 11)│format: csv│ 12)└───┘ +

Re: [PR] Implement tree explain for `LocalLimitExec` [datafusion]

2025-03-14 Thread via GitHub
shruti2522 commented on code in PR #15232: URL: https://github.com/apache/datafusion/pull/15232#discussion_r1995913794 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -246,6 +252,72 @@ physical_plan 11)│format: csv│ 12)└───

[PR] Implement tree explain for `LocalLimitExec` [datafusion]

2025-03-14 Thread via GitHub
shruti2522 opened a new pull request, #15232: URL: https://github.com/apache/datafusion/pull/15232 ## Which issue does this PR close? - Closes #15025 . ## Rationale for this change ## What changes are included in this PR? ## Are these change

Re: [PR] Implement tree explain for `LocalLimitExec` [datafusion]

2025-03-14 Thread via GitHub
comphead commented on code in PR #15232: URL: https://github.com/apache/datafusion/pull/15232#discussion_r1995801147 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -246,6 +252,72 @@ physical_plan 11)│format: csv│ 12)└───┘