-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(bigquery): remove session use
- Loading branch information
Showing
8 changed files
with
29 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ackends/bigquery/tests/system/udf/snapshots/test_udf_execute/test_udf_with_struct/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nds/bigquery/tests/unit/udf/snapshots/test_usage/test_multiple_calls_redefinition/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../backends/bigquery/tests/unit/udf/snapshots/test_usage/test_udf_determinism/False/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CREATE OR REPLACE TEMPORARY FUNCTION my_len_0( | ||
CREATE TEMPORARY FUNCTION my_len_0( | ||
s STRING | ||
) | ||
RETURNS FLOAT64 | ||
|
2 changes: 1 addition & 1 deletion
2
ibis/backends/bigquery/tests/unit/udf/snapshots/test_usage/test_udf_determinism/None/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CREATE OR REPLACE TEMPORARY FUNCTION my_len_0( | ||
CREATE TEMPORARY FUNCTION my_len_0( | ||
s STRING | ||
) | ||
RETURNS FLOAT64 | ||
|
2 changes: 1 addition & 1 deletion
2
ibis/backends/bigquery/tests/unit/udf/snapshots/test_usage/test_udf_determinism/True/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
CREATE OR REPLACE TEMPORARY FUNCTION my_len_0( | ||
CREATE TEMPORARY FUNCTION my_len_0( | ||
s STRING | ||
) | ||
RETURNS FLOAT64 | ||
|
2 changes: 1 addition & 1 deletion
2
ibis/backends/bigquery/tests/unit/udf/snapshots/test_usage/test_udf_sql/out.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters