Skip to content

Commit 89be889

Browse files
update join snapshots
1 parent 25ad489 commit 89be889

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join/out.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WITH `bfcte_0` AS (
55
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
66
), `bfcte_1` AS (
77
SELECT
8-
`rowindex` AS `bfcol_2`,
9-
`int64_col` AS `bfcol_3`
8+
`int64_col` AS `bfcol_6`,
9+
`int64_too` AS `bfcol_7`
1010
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
1111
), `bfcte_2` AS (
1212
SELECT

tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/bool_col/out.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WITH `bfcte_0` AS (
55
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
66
), `bfcte_1` AS (
77
SELECT
8-
`rowindex` AS `bfcol_2`,
9-
`bool_col` AS `bfcol_3`
8+
`rowindex` AS `bfcol_6`,
9+
`bool_col` AS `bfcol_7`
1010
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
1111
), `bfcte_2` AS (
1212
SELECT

tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/float64_col/out.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WITH `bfcte_0` AS (
55
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
66
), `bfcte_1` AS (
77
SELECT
8-
`rowindex` AS `bfcol_2`,
9-
`float64_col` AS `bfcol_3`
8+
`rowindex` AS `bfcol_6`,
9+
`float64_col` AS `bfcol_7`
1010
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
1111
), `bfcte_2` AS (
1212
SELECT

tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/int64_col/out.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WITH `bfcte_0` AS (
55
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
66
), `bfcte_1` AS (
77
SELECT
8-
`rowindex` AS `bfcol_2`,
9-
`int64_col` AS `bfcol_3`
8+
`rowindex` AS `bfcol_6`,
9+
`int64_col` AS `bfcol_7`
1010
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
1111
), `bfcte_2` AS (
1212
SELECT

tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/numeric_col/out.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WITH `bfcte_0` AS (
55
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
66
), `bfcte_1` AS (
77
SELECT
8-
`rowindex` AS `bfcol_2`,
9-
`numeric_col` AS `bfcol_3`
8+
`rowindex` AS `bfcol_6`,
9+
`numeric_col` AS `bfcol_7`
1010
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
1111
), `bfcte_2` AS (
1212
SELECT

tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/string_col/out.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WITH `bfcte_0` AS (
55
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
66
), `bfcte_1` AS (
77
SELECT
8-
`rowindex` AS `bfcol_0`,
9-
`string_col` AS `bfcol_1`
8+
`rowindex` AS `bfcol_4`,
9+
`string_col` AS `bfcol_5`
1010
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
1111
), `bfcte_2` AS (
1212
SELECT

tests/unit/core/compile/sqlglot/snapshots/test_compile_join/test_compile_join_w_on/time_col/out.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WITH `bfcte_0` AS (
55
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
66
), `bfcte_1` AS (
77
SELECT
8-
`rowindex` AS `bfcol_0`,
9-
`time_col` AS `bfcol_1`
8+
`rowindex` AS `bfcol_4`,
9+
`time_col` AS `bfcol_5`
1010
FROM `bigframes-dev`.`sqlglot_test`.`scalar_types`
1111
), `bfcte_2` AS (
1212
SELECT

0 commit comments

Comments
 (0)