Skip to content

Commit

Permalink
[SPARK-46539][SQL][FOLLOWUP] fix golden files
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
  • Loading branch information
cloud-fan authored and yaooqinn committed Jan 4, 2024
1 parent 7b6077a commit 733be49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ SELECT * EXCEPT (data.f1, data.s2) FROM tbl_view
-- !query analysis
Project [id#x, name#x, named_struct() AS data#x]
+- SubqueryAlias tbl_view
+- View (`tbl_view`, [id#x,name#x,data#x])
+- View (`tbl_view`, [id#x, name#x, data#x])
+- 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]
+- Project [id#x, name#x, data#x]
+- SubqueryAlias tbl_view
Expand Down

0 comments on commit 733be49

Please sign in to comment.