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

Enable uint64 support #8923

Closed
wants to merge 1 commit into from
Closed

Enable uint64 support #8923

wants to merge 1 commit into from

Conversation

jsternberg
Copy link
Contributor

@jsternberg jsternberg commented Oct 5, 2017

The following changes were made to support uint64. Each of these changes touched a different part of the system and were made separately to avoid a change that was too large to review.

This change removes the conditional compilation tag for writing unsigned integers into the query engine. Since it is then possible to write unsigned integers, the other parts of the code that exist to support storing and querying the data will now work too.

@ghost ghost assigned jsternberg Oct 5, 2017
@ghost ghost added the review label Oct 5, 2017
@jsternberg jsternberg force-pushed the js-uint-support branch 3 times, most recently from 53cde55 to 3b1aa03 Compare October 9, 2017 20:37
@e-dard e-dard added this to the 1.4.0 milestone Oct 20, 2017
@rbetts rbetts modified the milestones: 1.4.0, Future Point Release Oct 31, 2017
@rbetts
Copy link
Contributor

rbetts commented Oct 31, 2017

OSS 1.4 is not shipping with uint64 enabled - will need to toggle the build flag to get influxdb support for this feature.

@jsternberg
Copy link
Contributor Author

@rbetts are we moving this to enabled by default in the 1.6 general release?

@hercules-influx
Copy link
Contributor

During a run of megacheck the following issues were discovered:

@e-dard e-dard removed this from the Future Point Release milestone Nov 6, 2018
@mark-rushakoff mark-rushakoff changed the base branch from master to 1.8 January 11, 2019 19:07
@e-dard
Copy link
Contributor

e-dard commented Feb 1, 2019

This isn't going to land in 1.x

@e-dard e-dard closed this Feb 1, 2019
@jacobmarble jacobmarble deleted the js-uint-support branch January 2, 2024 21:51
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.

4 participants