Commit 6e3053c
[SPARK] Update charvarchar.sql analyzer golden file for fully qualified identifiers
After the CREATE TABLE LIKE V2 change, the target and source identifiers
in CreateTableLikeCommand are now fully qualified (spark_catalog.default.*)
because ResolvedV1Identifier explicitly adds the catalog component via
ident.asTableIdentifier.copy(catalog = Some(catalog.name)), and
ResolvedV1TableIdentifier returns t.catalogTable.identifier which also
includes the catalog. Update the analyzer golden file accordingly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 5c7a0eb commit 6e3053c
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments