We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b28e7e commit 375f162Copy full SHA for 375f162
packages/bigframes/tests/unit/core/compile/sqlglot/snapshots/test_dataframe_accessor/test_bigframes_sql_scalar/out.sql
@@ -1,4 +1,4 @@
1
SELECT
2
`rowindex`,
3
- ROUND(`int64_col` + `int64_too`) AS `0`
+ ROUND(`int64_col` + `int64_too`) AS `bigframes_unnamed_column`
4
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types` AS `bft_0`
packages/bigframes/tests/unit/core/compile/sqlglot/snapshots/test_dataframe_accessor/test_sql_scalar/out.sql
0 commit comments