This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 2baf315 [SPARK-31495][SQL][FOLLOW-UP][3.0] Fix test failure of
explain-aqe.sql
2baf315 is described below
commit 2baf315c6b64014b692a3b640f51605b1df16665
Author: yi.wu <[email protected]>
AuthorDate: Wed Apr 22 19:57:07 2020 -0700
[SPARK-31495][SQL][FOLLOW-UP][3.0] Fix test failure of explain-aqe.sql
### What changes were proposed in this pull request?
update the `explain-aqe.sql.out`
### Why are the changes needed?
Fix test failure.
### Does this PR introduce any user-facing change?
No.
### How was this patch tested?
Updated test result file.
Closes #28303 from Ngone51/fix_explain_3.0.
Authored-by: yi.wu <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out
b/sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out
index e1d4fa8..f00dd81 100644
--- a/sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out
+++ b/sql/core/src/test/resources/sql-tests/results/explain-aqe.sql.out
@@ -314,7 +314,7 @@ Arguments: HashedRelationBroadcastMode(List(cast(input[0,
int, true] as bigint))
Left keys [1]: [key#x]
Right keys [1]: [key#x]
Join condition: None
-
+
(9) AdaptiveSparkPlan
Output [4]: [key#x, val#x, key#x, val#x]
Arguments: isFinalPlan=false
@@ -368,7 +368,7 @@ Arguments: HashedRelationBroadcastMode(List(cast(input[0,
int, true] as bigint))
Left keys [1]: [key#x]
Right keys [1]: [key#x]
Join condition: None
-
+
(7) AdaptiveSparkPlan
Output [4]: [key#x, val#x, key#x, val#x]
Arguments: isFinalPlan=false
@@ -539,7 +539,7 @@ Arguments: HashedRelationBroadcastMode(List(cast(input[0,
int, true] as bigint))
Left keys [1]: [key#x]
Right keys [1]: [key#x]
Join condition: None
-
+
(9) AdaptiveSparkPlan
Output [4]: [key#x, val#x, key#x, val#x]
Arguments: isFinalPlan=false
@@ -649,7 +649,7 @@ Arguments: HashedRelationBroadcastMode(List(cast(input[0,
int, true] as bigint))
Left keys [1]: [key#x]
Right keys [1]: [key#x]
Join condition: None
-
+
(15) AdaptiveSparkPlan
Output [4]: [key#x, max(val)#x, key#x, max(val)#x]
Arguments: isFinalPlan=false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]