Skip to content

Commit 564194a

Browse files
update snapshots again
1 parent 375f162 commit 564194a

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 `bigframes_unnamed_column`
3+
ROUND(`int64_col` + `int64_too`) AS `0`
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 `bigframes_unnamed_column`
3+
ROUND(`int64_col` + `int64_too`) AS `0`
44
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` AS `bft_0`

0 commit comments

Comments
 (0)