This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 3d19a65fb1ba [SPARK-52407][SQL][TESTS][FOLLOWUP] Regenerate
thetasketch.sql_analyzer_test
3d19a65fb1ba is described below
commit 3d19a65fb1ba743846679ed947b6f9383f1c1109
Author: Kent Yao <[email protected]>
AuthorDate: Fri Sep 26 17:06:23 2025 +0800
[SPARK-52407][SQL][TESTS][FOLLOWUP] Regenerate thetasketch.sql_analyzer_test
### What changes were proposed in this pull request?
Fix https://github.com/apache/spark/actions/runs/18019595680/job/51294494713
### Why are the changes needed?
CI-fix
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
passing modified tests
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #52465 from yaooqinn/SPARK-52407.
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
.../test/resources/sql-tests/analyzer-results/thetasketch.sql.out | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/sql/core/src/test/resources/sql-tests/analyzer-results/thetasketch.sql.out
b/sql/core/src/test/resources/sql-tests/analyzer-results/thetasketch.sql.out
index 323084223d4b..b46d43a62695 100644
--- a/sql/core/src/test/resources/sql-tests/analyzer-results/thetasketch.sql.out
+++ b/sql/core/src/test/resources/sql-tests/analyzer-results/thetasketch.sql.out
@@ -998,7 +998,7 @@ WithCTE
: +- SubqueryAlias union_result
: +- Aggregate [theta_union_agg(sketch#x, 16, 0, 0) AS union_sketch#x]
: +- SubqueryAlias sketches
-: +- CTERelationRef xxxx, true, [sketch_type#x, sketch#x], false,
false, 4
+: +- CTERelationRef xxxx, true, [sketch_type#x, sketch#x], false,
false, 4, false
:- CTERelationDef xxxx, false
: +- SubqueryAlias individual_sketches
: +- Aggregate [theta_sketch_agg(col1#x, 12, 0, 0) AS sketch1#x,
theta_sketch_agg(col2#x, 12, 0, 0) AS sketch2#x]
@@ -1007,9 +1007,9 @@ WithCTE
+- Project [theta_sketch_estimate(scalar-subquery#x []) AS union_estimate#xL,
theta_sketch_estimate(theta_union(sketch1#x, sketch2#x, 15)) AS
binary_union_estimate#xL, theta_sketch_estimate(theta_intersection(sketch1#x,
sketch2#x)) AS intersection_estimate#xL,
theta_sketch_estimate(theta_difference(sketch1#x, sketch2#x)) AS
difference_estimate#xL]
: +- Project [union_sketch#x]
: +- SubqueryAlias union_result
- : +- CTERelationRef xxxx, true, [union_sketch#x], false, false, 1
+ : +- CTERelationRef xxxx, true, [union_sketch#x], false, false, 1,
false
+- SubqueryAlias individual_sketches
- +- CTERelationRef xxxx, true, [sketch1#x, sketch2#x], false, false, 1
+ +- CTERelationRef xxxx, true, [sketch1#x, sketch2#x], false, false, 1,
false
-- !query
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]