Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(bigquery): test all functions #928

Merged
merged 4 commits into from
Nov 21, 2024

Conversation

grieve54706
Copy link
Contributor

@grieve54706 grieve54706 commented Nov 20, 2024

Adjust sql generator by dialect.
Add test case for bigquery.

@github-actions github-actions bot added bigquery ibis python Pull requests that update Python code labels Nov 20, 2024
@grieve54706 grieve54706 marked this pull request as ready for review November 20, 2024 04:02
@grieve54706 grieve54706 removed the request for review from goldmedal November 20, 2024 06:16
@grieve54706 grieve54706 marked this pull request as draft November 20, 2024 06:16
Comment on lines +109 to +111
# Skip window functions util https://github.com/Canner/wren-engine/issues/924 is resolved
if function.function_type == "window":
continue
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow #924

Comment on lines +112 to +123
# Skip functions with interval util https://github.com/Canner/wren-engine/issues/930 is resolved
if function.name in (
"date_add",
"date_sub",
"date_diff",
"date_trunc",
"timestamp_add",
"timestamp_sub",
"timestamp_diff",
"timestamp_trunc",
):
continue
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Follow #930

@grieve54706 grieve54706 marked this pull request as ready for review November 20, 2024 06:32
@grieve54706 grieve54706 added this to the 0.12.1 milestone Nov 20, 2024
Copy link
Contributor

@goldmedal goldmedal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @grieve54706 LGTM

@goldmedal goldmedal merged commit 67f7ac9 into test/all-functions Nov 21, 2024
4 checks passed
@goldmedal goldmedal deleted the test/all-functions-for-bq branch November 21, 2024 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery ibis python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants