viirya commented on code in PR #43729:
URL: https://github.com/apache/spark/pull/43729#discussion_r1388410231
##########
sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala:
##########
@@ -2461,6 +2461,19 @@ class DatasetSuite extends QueryTest
)
assert(result == expected)
}
+
+ test("SPARK-45592: Coaleasced shuffle read is not compatible with hash
partitioning") {
Review Comment:
This test looks similar to the reproducer reported in SPARK-45282. Does it
need the configurations used in the reproducer?
--
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]