[
https://issues.apache.org/jira/browse/JENA-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393345#comment-16393345
]
ASF GitHub Bot commented on JENA-1504:
--------------------------------------
GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/378
JENA-1504: Fix batch handling.
Fix batch handling.
Fix new line output.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena trig-blocks
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/378.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 #378
----
commit f3549cabc95113412aa6d7e2e82066f0d836cd1d
Author: Andy Seaborne <andy@...>
Date: 2018-03-09T18:33:50Z
JENA-1504: Fix batch handling.
Fix new line output.
----
> TrigBlock writer can lose triples
> ---------------------------------
>
> Key: JENA-1504
> URL: https://issues.apache.org/jira/browse/JENA-1504
> Project: Apache Jena
> Issue Type: Bug
> Affects Versions: Jena 3.6.0
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Major
> Fix For: Jena 3.7.0
>
>
> Example: run {{riot --out TRIG <this file>}}.
> {noformat}
> PREFIX : <http://example/>
> :s :p "Triple" .
> # This cause the above to be lost.
> :g { :s :p "NG", "NG1" }
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)