Skip to content

Commit 375f162

Browse files
update snapshots
1 parent 6b28e7e commit 375f162

File tree

2 files changed

+2
-2
lines changed
  • packages/bigframes/tests/unit/core/compile/sqlglot/snapshots/test_dataframe_accessor

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SELECT
22
`rowindex`,
3-
ROUND(`int64_col` + `int64_too`) AS `0`
3+
ROUND(`int64_col` + `int64_too`) AS `bigframes_unnamed_column`
44
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` AS `bft_0`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SELECT
22
`rowindex`,
3-
ROUND(`int64_col` + `int64_too`) AS `0`
3+
ROUND(`int64_col` + `int64_too`) AS `bigframes_unnamed_column`
44
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` AS `bft_0`

0 commit comments

Comments
 (0)