alamb merged PR #15100:
URL: https://github.com/apache/datafusion/pull/15100
--
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
alamb commented on PR #15100:
URL: https://github.com/apache/datafusion/pull/15100#issuecomment-2710170906
I also ran the tests locally and made sure they still passed after a merge
from main
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
zjregee commented on code in PR #15100:
URL: https://github.com/apache/datafusion/pull/15100#discussion_r1986344402
##
datafusion/physical-plan/src/limit.rs:
##
@@ -109,8 +109,12 @@ impl DisplayAs for GlobalLimitExec {
)
}
DisplayFormat
alamb commented on code in PR #15100:
URL: https://github.com/apache/datafusion/pull/15100#discussion_r1986316154
##
datafusion/physical-plan/src/limit.rs:
##
@@ -109,8 +109,12 @@ impl DisplayAs for GlobalLimitExec {
)
}
DisplayFormatTy
irenjj commented on code in PR #15100:
URL: https://github.com/apache/datafusion/pull/15100#discussion_r1986188763
##
datafusion/physical-plan/src/limit.rs:
##
@@ -109,8 +109,12 @@ impl DisplayAs for GlobalLimitExec {
)
}
DisplayFormatT
zjregee opened a new pull request, #15100:
URL: https://github.com/apache/datafusion/pull/15100
## Which issue does this PR close?
- Closes #15026.
## Rationale for this change
## What changes are included in this PR?
Implement tree explain for `GlobalLimitExec`.
## Are these c