Jefffrey commented on PR #18767:
URL: https://github.com/apache/datafusion/pull/18767#issuecomment-3547357616
> @alamb My understanding is the `rewrite_sort_cols_by_agg_alias` test never
actually asserted the problematic shape that is a column whose name itself
contains dots like the literal alias "min(t.c2)", because it built its
expectation with `col("min(t.c2)")`, and `col(...)` normalizes the input into
relation/name. That meant we never had a test that expected a flat alias like
"min(t.c2)".
But how does this fit with CI succeeding and `cargo test` as a whole
succeeding, but running `cargo test -p datafusion-expr` itself causes this
error? 🤔
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]