-
Notifications
You must be signed in to change notification settings - Fork 47
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
fix: Improve escaping of literals and identifiers #682
Conversation
@@ -724,7 +724,7 @@ def add_ints(row): | |||
) | |||
|
|||
|
|||
@pytest.mark.flaky(retries=2, delay=120) | |||
# @pytest.mark.flaky(retries=2, delay=120) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this commented out?
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was for testing on my machine. removed in new revision.
Sorry, something went wrong.
All reactions
bigframes/session/__init__.py
Outdated
@@ -1701,6 +1701,7 @@ def _start_query( | |||
Starts BigQuery query job and waits for results. | |||
""" | |||
job_config = self._prepare_query_job_config(job_config) | |||
print(sql) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
print(sql) |
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Sorry, something went wrong.
All reactions
Genesis929
Successfully merging this pull request may close these issues.
None yet
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕