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

test: check extreme DATE/DATETIME values can be loaded from pandas DataFrame - #1078

Merged
gcf-merge-on-green[bot] merged 2 commits into
googleapis:mainfrom
tswast:issue1076-extreme-dates
Dec 2, 2021
Merged

test: check extreme DATE/DATETIME values can be loaded from pandas DataFrame#1078
gcf-merge-on-green[bot] merged 2 commits into
googleapis:mainfrom
tswast:issue1076-extreme-dates

Conversation

@tswast

@tswasttswast commented Dec 1, 2021

Copy link
Copy Markdown
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)

Towards #1076 🦕
(edit: moved to googleapis/python-db-dtypes-pandas#45 )

@tswast
tswast requested review from a team and shollymanDecember 1, 2021 22:03
@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Dec 1, 2021
@product-auto-labelproduct-auto-labelBot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Dec 1, 2021
# TODO: Support writing StructArrays to Parquet. See:
# https://jira.apache.org/jira/browse/ARROW-2587
# bigquery.SchemaField("struct_col", "RECORD", fields=scalars_schema),
)

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.

Are we just bailing on those two TODO entries?

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.

+1, is this now off-plan?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

These tests are actually already covered in the v3 branch.

[[-3], [-2], [-1]],

@plamut

plamut commented Dec 2, 2021

Copy link
Copy Markdown
Contributor

Towards #1076

Where's that issue, is this a typo?
(there's no cross-reference)

Edit: Ah, the original issue has been transferred, will update the PR description.

@plamutplamut left a comment

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.

Looks good, assuming that simply removing those TODOs is indeed intended.

# TODO: Support writing StructArrays to Parquet. See:
# https://jira.apache.org/jira/browse/ARROW-2587
# bigquery.SchemaField("struct_col", "RECORD", fields=scalars_schema),
)

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.

+1, is this now off-plan?

@tswasttswast added the automerge Merge the pull request once unit tests and other checks pass. label Dec 2, 2021
@gcf-merge-on-green
gcf-merge-on-greenBot merged commit be6eb34 into googleapis:mainDec 2, 2021
@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 2, 2021
@tswast
tswast deleted the issue1076-extreme-dates branch December 2, 2021 21:14
abdelmegahedgoogle pushed a commit to abdelmegahedgoogle/python-bigquery that referenced this pull request Apr 17, 2023
…taFrame (googleapis#1078)
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](https://github.com/googleapis/python-bigquery/issues/new/choose) 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)
Towards #1076 🦕
(edit: moved to googleapis/python-db-dtypes-pandas#45 )
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@tswast@plamut@tseaver