Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

refactor: resolve identifier package names in nodes.py#1385

Merged
sycai merged 3 commits into
mainfrom
sycai_refactor
Feb 11, 2025
Merged

refactor: resolve identifier package names in nodes.py#1385
sycai merged 3 commits into
mainfrom
sycai_refactor

Conversation

@sycai
Copy link
Copy Markdown
Contributor

@sycai sycai commented Feb 11, 2025

No description provided.

@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 Feb 11, 2025
@sycai sycai changed the title fix: resolve identifier package names in nodes.py refactor: resolve identifier package names in nodes.py Feb 11, 2025
@sycai sycai marked this pull request as ready for review February 11, 2025 18:28
@sycai sycai requested review from a team and tswast February 11, 2025 18:28
@sycai sycai requested a review from GarrettWu February 11, 2025 19:08
Comment thread bigframes/core/nodes.py Outdated
table_id=table.table_id,
physical_schema=schema,
n_rows=table.num_rows,
n_rows=table.num_rows or 0,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is it redundant? "table.num_rows or 0" equals to table.num_rows

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

reverted

@sycai sycai enabled auto-merge (squash) February 11, 2025 21:07
@sycai sycai merged commit 1054405 into main Feb 11, 2025
@sycai sycai deleted the sycai_refactor branch February 11, 2025 21:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants