File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
tests/unit/core/compile/sqlglot/snapshots/test_compile_join Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments