-
Notifications
You must be signed in to change notification settings - Fork 219
Respect snapshotTimeMillis when doing optimized count #1307
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
base: master
Are you sure you want to change the base?
Respect snapshotTimeMillis when doing optimized count #1307
Conversation
|
/gcbrun |
|
Please run |
|
/gcbrun |
|
@davidrabinowitz looks like there was an issue with using Optional<>.isEmpty because of the Java version. Are you able to /gcbrun again? |
|
/gcbrun |
|
/gcbrun |
|
@davidrabinowitz realise this never actually got merged, have updated to fix conflicts with latest |
|
/gcbrun |
|
Thanks for the update! Can you please verify that the tests (unit + integration) pass? |
|
/gcbrun |
|
/gcbrun |
davidrabinowitz
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.
Please review the following test:
Step #2 - "unit-tests": [ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.848 s <<< FAILURE! -- in com.google.cloud.bigquery.connector.common.ReadSessionCreatorTest
Step #2 - "unit-tests": [ERROR] com.google.cloud.bigquery.connector.common.ReadSessionCreatorTest.testViewSnapshotTimeMillis -- Time elapsed: 0.011 s <<< ERROR!
Step #2 - "unit-tests": java.lang.NullPointerException
Step #2 - "unit-tests": at com.google.cloud.bigquery.connector.common.ReadSessionCreator.create(ReadSessionCreator.java:105)
Step #2 - "unit-tests": at com.google.cloud.bigquery.connector.common.ReadSessionCreatorTest.testViewSnapshotTimeMillis(ReadSessionCreatorTest.java:353)
Step #2 - "unit-tests": at ...
Are there existing ETE tests where it would make sense to include something for this
snapshotTimeMillis?