Skip to content
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

fix: use PreciseDate instead of Date for min read timestamp #807

Merged
merged 2 commits into from
Jan 24, 2020

Conversation

agasheesh
Copy link
Contributor

Without this fix, TimestampBounds defaults min read timestamp to empty google timestamp proto, which correspond to min unix time i.e., 1970:01:01-T:00:00:00Z.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 22, 2020
@agasheesh agasheesh requested a review from skuruppu January 22, 2020 09:40
@agasheesh agasheesh force-pushed the master branch 2 times, most recently from 021a6f9 to 6893906 Compare January 22, 2020 09:42
@codecov
Copy link

codecov bot commented Jan 22, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@0487be3). Click here to learn what that means.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #807   +/-   ##
=========================================
  Coverage          ?   76.06%           
=========================================
  Files             ?       43           
  Lines             ?    20272           
  Branches          ?      561           
=========================================
  Hits              ?    15419           
  Misses            ?     4847           
  Partials          ?        6
Impacted Files Coverage Δ
src/v1/doc/google/rpc/doc_status.js 0% <0%> (ø)
src/database.ts 99.81% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0487be3...118336b. Read the comment docs.

@agasheesh agasheesh changed the title Use PreciseDate instead of Date for min read timestamp fix: use PreciseDate instead of Date for min read timestamp Jan 24, 2020
@skuruppu skuruppu merged commit da8c2f8 into googleapis:master Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants