-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Support TIMESTAMP type in BigQueryIO with BEAM_ROW output type, and in read_gbq #23070
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23070 +/- ##
==========================================
- Coverage 73.67% 73.41% -0.27%
==========================================
Files 714 719 +5
Lines 95220 95691 +471
==========================================
+ Hits 70154 70248 +94
- Misses 23769 24146 +377
Partials 1297 1297
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Assigning reviewers. If you would like to opt out of this review, comment R: @tvalentyn for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
Run Python 3.8 PostCommit |
|
will defer to @ahmedabu98 for the review assuming tests pass. |
|
whoops, i didnt realize the reviewer would be auto-assigned. anyways, this integration test will fail with I wanted to ask, should |
|
cc: @TheNeuralBit |
ahmedabu98
left a comment
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.
Thanks @svetakvsundhar, left a couple comments
|
Reminder, please take a look at this pr: @tvalentyn @ahmedabu98 |
|
Assigning new set of reviewers because Pr has gone too long without review. If you would like to opt out of this review, comment R: @y1chi for label python. Available commands:
|
|
waiting on author |
… into apache_beam.utils.timestamp.Timestamp
|
Run Python 3.7 PostCommit |
|
Reminder, please take a look at this pr: @y1chi @johnjcasey |
|
Thanks all for the suggestions. Because the |
|
Run Python 3.7 PostCommit |
|
Run Python PreCommit |
|
Run Python 3.7 PostCommit |
|
Run Python 3.8 PostCommit |
|
@AnandInguva is looking into py3.10 issue, looks unrelated, py3.8 has bq tests and should provide sufficient coverage, not sure why py3.7 failed, looks like infra error |
|
Py37 postcommits have been consistently timing out: |
|
Py38 more reliable as it isn't responsible for as many tests as Py37 |
ahmedabu98
left a comment
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.
This LGTM, let's wait for Py38 Postcommits though
This is strange, I have increased the timeout in: #23595 |

Issue: #22909
This PR adds support for the
TIMESTAMPtime from BigQuery, and maps it to aBEAM_ROWtype. This will be supported in Python's BigQuery IO implementation, as well as read_gbq.Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.