-
Notifications
You must be signed in to change notification settings - Fork 318
test: check extreme DATE/DATETIME values can be loaded from pandas DataFrame #1078
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
test: check extreme DATE/DATETIME values can be loaded from pandas DataFrame #1078
Conversation
# TODO: Support writing StructArrays to Parquet. See: | ||
# https://jira.apache.org/jira/browse/ARROW-2587 | ||
# bigquery.SchemaField("struct_col", "RECORD", fields=scalars_schema), | ||
) |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
python-bigquery/tests/system/test_pandas.py
Line 294 in 3b3ebff
[[-3], [-2], [-1]], |
Where's that issue, is this a typo? Edit: Ah, the original issue has been transferred, will update the PR description. |
There was a problem hiding this comment.
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), | ||
) |
There was a problem hiding this comment.
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?
…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 )
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:
Towards #1076 🦕
(edit: moved to googleapis/python-db-dtypes-pandas#45 )