You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Aaron Mihalik (JIRA)" <ji...@apache.org> on 2016/10/17 13:39:58 UTC

[jira] [Created] (RYA-207) Exception ingesting files with Large Integers

Aaron Mihalik created RYA-207:
---------------------------------

             Summary: Exception ingesting files with Large Integers
                 Key: RYA-207
                 URL: https://issues.apache.org/jira/browse/RYA-207
             Project: Rya
          Issue Type: Bug
    Affects Versions: 3.2.9
            Reporter: Aaron Mihalik


{{XMLSchema#integer}} does not limit the size of an integer, but Rya will not ingest data with an integer outside of Java's range.

[Here's an example showing Rya breaking|https://github.com/amihalik/rya-debugging/blob/master/src/main/java/com/github/amihalik/rya/debugging/SerializingDataException.java].

Core Sesame does not have an issue storing this value.  [Here's and example showing Sesame working|https://github.com/amihalik/sesame-debugging/blob/master/src/main/java/com/github/amihalik/sesame/debugging/SerializingDataException.java] 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)