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

Disable negative timestamps for writes #7205

Closed
wants to merge 1 commit into from

Conversation

jsternberg
Copy link
Contributor

The query engine does not support negative timestamps. Fixing that is
too big of a change and we didn't intend to support timestamps before
1970 anyway. Disabling writes so that we can improve the query engine in
the future to support negative timestamps.

Fixes #7194.

@jwilder
Copy link
Contributor

jwilder commented Aug 24, 2016

This is a breaking change to the write API and needs to be called out in the breaking changes section of the changelog.

The query engine does not support negative timestamps. Fixing that is
too big of a change and we didn't intend to support timestamps before
1970 anyway. Disabling writes so that we can improve the query engine in
the future to support negative timestamps.
@jsternberg jsternberg force-pushed the js-7194-disable-negative-timestamps branch from 172671e to d7578eb Compare August 24, 2016 16:16
@jsternberg
Copy link
Contributor Author

Updated the changelog.

@jwilder
Copy link
Contributor

jwilder commented Aug 24, 2016

I think we need to examine the fix for the query engine instead of preventing writes.

@joelegasse
Copy link
Contributor

Should this be closed now that #7212 has been merged?

@jsternberg
Copy link
Contributor Author

Yep. This isn't needed anymore.

@jsternberg jsternberg closed this Aug 26, 2016
@jsternberg jsternberg deleted the js-7194-disable-negative-timestamps branch August 26, 2016 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants