dongjoon-hyun commented on code in PR #46673:
URL: https://github.com/apache/spark/pull/46673#discussion_r1607189545
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/exchange/EnsureRequirementsSuite.scala:
##########
@@ -1024,93 +1024,92 @@ class EnsureRequirementsSuite extends
SharedSparkSession {
}
test("SPARK-41413: check compatibility when partition values mismatch") {
- withSQLConf(SQLConf.V2_BUCKETING_PUSH_PART_VALUES_ENABLED.key -> "true") {
- val leftPartValues = Seq(Array[Any](1, 1), Array[Any](2, 2)).map(new
GenericInternalRow(_))
- val rightPartValues = Seq(Array[Any](1, 1), Array[Any](2, 2),
Array[Any](3, 3))
- .map(new GenericInternalRow(_))
+ val leftPartValues = Seq(Array[Any](1, 1), Array[Any](2, 2)).map(new
GenericInternalRow(_))
+ val rightPartValues = Seq(Array[Any](1, 1), Array[Any](2, 2),
Array[Any](3, 3))
+ .map(new GenericInternalRow(_))
Review Comment:
ditto. Please don't touch any test cases.
--
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]