8000 fix: remove deepcopy while setting properties for _QueryResults by Linchin · Pull Request #2280 · googleapis/python-bigquery · GitHub
[go: up one dir, main page]

Skip to content
  • Pricing
  • Search code, repositories, users, issues, pull requests...

    Provide feedback

    We read every piece of feedback, and take your input very seriously.

    Saved searches

    Use saved searches to filter your results more quickly

    Appearance settings

    Conversation

    Linchin
    Copy link
    Contributor
    @Linchin Linchin commented Sep 5, 2025

    See internal issue 442629997

    This deepcopy() is causing memory spike when people call Client.query_and_wait().

    Fixes #2279 🦕

    @Linchin Linchin requested review from a team as code owners September 5, 2025 21:01
    @Linchin Linchin requested a review from leahecole September 5, 2025 21:01
    @product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Sep 5, 2025
    @product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Sep 5, 2025
    Copy link
    Contributor
    @tswast tswast left a comment

    Choose a reason for hiding this comment

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

    Thanks!

    @tswast tswast merged commit 33ea296 into googleapis:main Sep 6, 2025
    24 checks passed
    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 API. size: xs Pull request size is extra small.

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    Memory spike caused by deepcopy in _QueryResult

    2 participants

    0