Re: [PR] feat: implement tree explain for `ProjectionExec` [datafusion]

2025-03-12 Thread via GitHub
alamb commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1988987402 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -539,6 +539,158 @@ physical_plan 17)│ format: arrow │ 18)└───┘

Re: [PR] feat: implement tree explain for `ProjectionExec` [datafusion]

2025-03-11 Thread via GitHub
Standing-Man commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1989151892 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -539,6 +539,158 @@ physical_plan 17)│ format: arrow │ 18)└

Re: [PR] feat: implement tree explain for `ProjectionExec` [datafusion]

2025-03-11 Thread via GitHub
alamb commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1988987402 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -539,6 +539,158 @@ physical_plan 17)│ format: arrow │ 18)└───┘

Re: [PR] feat: implement tree explain for `ProjectionExec` [datafusion]

2025-03-09 Thread via GitHub
Standing-Man commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1986474472 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -539,6 +539,158 @@ physical_plan 17)│ format: arrow │ 18)└

Re: [PR] feat: implement tree explain for `ProjectionExec` [datafusion]

2025-03-09 Thread via GitHub
alamb merged PR #15082: URL: https://github.com/apache/datafusion/pull/15082 -- 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] feat: implement tree explain for `ProjectionExec` [datafusion]

2025-03-09 Thread via GitHub
alamb commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1986312553 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -539,6 +539,158 @@ physical_plan 17)│ format: arrow │ 18)└───┘

Re: [PR] feat: implement tree explain for ProjectionExec [datafusion]

2025-03-08 Thread via GitHub
alamb commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1986071622 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -519,6 +519,150 @@ physical_plan 17)│ format: arrow │ 18)└───┘

Re: [PR] feat: implement tree explain for ProjectionExec [datafusion]

2025-03-08 Thread via GitHub
Standing-Man commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1986058694 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -519,6 +519,150 @@ physical_plan 17)│ format: arrow │ 18)└

Re: [PR] feat: implement tree explain for ProjectionExec [datafusion]

2025-03-08 Thread via GitHub
alamb commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1986051520 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -519,6 +519,150 @@ physical_plan 17)│ format: arrow │ 18)└───┘

Re: [PR] feat: implement tree explain for ProjectionExec [datafusion]

2025-03-07 Thread via GitHub
Standing-Man commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1985987690 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -519,6 +519,150 @@ physical_plan 17)│ format: arrow │ 18)└

Re: [PR] feat: implement tree explain for ProjectionExec [datafusion]

2025-03-07 Thread via GitHub
Standing-Man commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1986000615 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -519,6 +519,150 @@ physical_plan 17)│ format: arrow │ 18)└

Re: [PR] feat: implement tree explain for ProjectionExec [datafusion]

2025-03-07 Thread via GitHub
irenjj commented on code in PR #15082: URL: https://github.com/apache/datafusion/pull/15082#discussion_r1985993230 ## datafusion/sqllogictest/test_files/explain_tree.slt: ## @@ -519,6 +519,150 @@ physical_plan 17)│ format: arrow │ 18)└───┘

[PR] feat: implement tree explain for ProjectionExec [datafusion]

2025-03-07 Thread via GitHub
Standing-Man opened a new pull request, #15082: URL: https://github.com/apache/datafusion/pull/15082 ## Which issue does this PR close? - Closes #14914. ## Rationale for this change ## What changes are included in this PR? support tree explain f