maropu commented on a change in pull request #29585:
URL: https://github.com/apache/spark/pull/29585#discussion_r496638729
##########
File path: R/pkg/tests/fulltests/test_sparkSQL.R
##########
@@ -2684,21 +2684,21 @@ test_that("union(), unionByName(), rbind(), except(),
and intersect() on a DataF
writeLines(lines, jsonPath2)
df2 <- read.df(jsonPath2, "json")
- unioned <- arrange(union(df, df2), df$age)
+ unioned <- arrange(union(df, df2), "age")
Review comment:
Ah I see. Only these tests in this file failed in the existing
end-2-end tests, but Scala/Python DataFrame has the same behaivour change, so
I'll revert the latest commit and ignore the attributes of `Union` in integrity
checks.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]