r2evans commented on issue #45373:
URL: https://github.com/apache/arrow/issues/45373#issuecomment-3694352967
I wasn't familiar with `collapse()` but it clearly resolves the symptom. Is
there consequence to collapsing when not required for the symptoms above?
(Other than a little compute-time which does not seem to be significant
compared with the `mutate`/`summarize` calcs in larger data.)
If the cost is minimal, (1) are there other risks with early-collapsing? (2)
is there a way to "very easily" (and cheaply) determine if there exists
`OrderByNode{...}` in a query without something as horrific as `show_query() |>
capture.output()`?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]