-
Notifications
You must be signed in to change notification settings - Fork 52
feat: _read_gbq_colab creates hybrid session #1901
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
Conversation
Let's wait for the benchmarks to run at least once before this change before merging it. |
changed to be disabled by default, but able to easily be switched by caller |
bigframes/pandas/io/api.py
Outdated
@@ -279,6 +279,7 @@ def _read_gbq_colab( # type: ignore[overload-overlap] | |||
*, | |||
pyformat_args: Optional[Dict[str, Any]] = ..., | |||
dry_run: Literal[False] = ..., | |||
use_hybrid_engine: bool = ..., |
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.
I suspect you'll get unit tests failing because this parameter is in bigframes.pandas
but not the session.
Now that we have the benchmarks going again, I think it'd be safe to remove the parameter.
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.
ok ,reverted
e2e failures
are unrelated. |
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> 🦕