GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/213
JENA-1285: One token type for strings
Having 4 separate string token types means that all four cases have to be
considered, yet the more common case is that a string has been seen. Only
sometimes does the exact form of the string matter.
This PR changes Jena to have one token type for STRING and separately
record the string type seen for when it is needed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena token
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/213.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #213
----
commit 781895ce64e062c7f2268a78189a777c39b92844
Author: Andy Seaborne <[email protected]>
Date: 2017-01-27T13:31:59Z
Improve bulk operations depending on relative sizes of graphs
commit 01419943d908676152c43a66bda16cb90cba3a46
Author: Andy Seaborne <[email protected]>
Date: 2017-01-28T12:13:16Z
Extra tests for bulk addInto/deleteFrom.
commit 0e2fad4f2e7e4237d27847839fa3a7b8eb1941d8
Author: Andy Seaborne <[email protected]>
Date: 2017-01-31T21:20:30Z
One kind of tokenized string, with string type recorded separately.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---