Skip to content

Conversation

@TrevorBergeron
Copy link
Contributor

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:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Nov 5, 2024
@TrevorBergeron TrevorBergeron marked this pull request as ready for review November 11, 2024 19:23
@TrevorBergeron TrevorBergeron requested review from a team as code owners November 11, 2024 19:23
] = weakref.WeakKeyDictionary()
self.metrics = metrics
self.bqstoragereadclient = bqstoragereadclient
self.nondeterminism_only_once = (nondeterminism_only_once,)
Copy link
Collaborator

Choose a reason for hiding this comment

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

self.nondeterminism_only_once seems not used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry, leaked from some other changes I was working on. removed from new revision

Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see new commit, maybe you didn't push?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

didn't actually push, now its pushed

@TrevorBergeron TrevorBergeron merged commit 9752da1 into main Nov 13, 2024
23 checks passed
@TrevorBergeron TrevorBergeron deleted the only_once branch November 13, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: s Pull request size is small.

3 participants