Skip to content

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

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

Merged
merged 3 commits into from
Feb 11, 2025
Merged

Conversation

sycai
Copy link
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 as code owners February 11, 2025 18:28
@sycai sycai requested a review from tswast February 11, 2025 18:28
@sycai sycai requested a review from GarrettWu February 11, 2025 19:08
@@ -887,7 +887,7 @@ def from_table(table: bq.Table, columns: Sequence[str] = ()) -> GbqTable:
dataset_id=table.dataset_id,
table_id=table.table_id,
physical_schema=schema,
n_rows=table.num_rows,
n_rows=table.num_rows or 0,
Copy link
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
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
23 checks passed
@sycai sycai deleted the sycai_refactor branch February 11, 2025 21:33
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants