Skip to content

Commit 733be49

Browse files
cloud-fanyaooqinn
authored andcommitted
[SPARK-46539][SQL][FOLLOWUP] fix golden files
### What changes were proposed in this pull request? a followup of #44527 to fix golden files. ### Why are the changes needed? fix tests ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? N/A ### Was this patch authored or co-authored using generative AI tooling? no Closes #44585 from cloud-fan/golden. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Kent Yao <yao@apache.org>
1 parent 7b6077a commit 733be49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/resources/sql-tests/analyzer-results/selectExcept.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ SELECT * EXCEPT (data.f1, data.s2) FROM tbl_view
126126
-- !query analysis
127127
Project [id#x, name#x, named_struct() AS data#x]
128128
+- SubqueryAlias tbl_view
129-
+- View (`tbl_view`, [id#x,name#x,data#x])
129+
+- View (`tbl_view`, [id#x, name#x, data#x])
130130
+- Project [cast(id#x as int) AS id#x, cast(name#x as string) AS name#x, cast(data#x as struct<f1:int,s2:struct<f2:int,f3:string>>) AS data#x]
131131
+- Project [id#x, name#x, data#x]
132132
+- SubqueryAlias tbl_view

0 commit comments

Comments
 (0)