This is an automated email from the ASF dual-hosted git repository.
hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 7fc0e17052 [VL] Gluten-it: Fix inverted expected vs actual in result
mismatch error message (#10751)
7fc0e17052 is described below
commit 7fc0e17052404b67a3df96c58c4fdfb67442be22
Author: Hongze Zhang <[email protected]>
AuthorDate: Thu Sep 18 18:19:57 2025 +0200
[VL] Gluten-it: Fix inverted expected vs actual in result mismatch error
message (#10751)
---
.../scala/org/apache/gluten/integration/action/QueriesCompare.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tools/gluten-it/common/src/main/scala/org/apache/gluten/integration/action/QueriesCompare.scala
b/tools/gluten-it/common/src/main/scala/org/apache/gluten/integration/action/QueriesCompare.scala
index 5f45d549b6..412150ce80 100644
---
a/tools/gluten-it/common/src/main/scala/org/apache/gluten/integration/action/QueriesCompare.scala
+++
b/tools/gluten-it/common/src/main/scala/org/apache/gluten/integration/action/QueriesCompare.scala
@@ -165,8 +165,8 @@ object QueriesCompare {
}
TestUtils
.compareAnswers(
- expected.asSuccess().runResult.rows,
actual.asSuccess().runResult.rows,
+ expected.asSuccess().runResult.rows,
sort = true)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]