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

Number parsing #4

Merged
merged 1 commit into from
Feb 23, 2018
Merged

Number parsing #4

merged 1 commit into from
Feb 23, 2018

Conversation

ajtucker
Copy link
Contributor

We ran into an issue #3 where number parsing threw an exception with large (> 2^32-1) integer values.

The mapping to RDF can use typed literals including xsd:decimal and xsd:integer which are both unbounded and we also need to be careful with floating point precision, so propose using BigDecimal rather than Double.

@lkitching lkitching merged commit eaf9f92 into Swirrl:master Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants