You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/05/23 09:22:22 UTC

[jena] branch main updated (e7d78fc007 -> 8bc8cb5b59)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from e7d78fc007 Merge pull request #1877 from rybesh/main
     new a8cdfa9b9a GH-1873: Warn if quads seen for streaming triples output
     new 087f55bccb GH-1873: Error if quads in the inputs but output is formatted triples.
     new 657e96e388 GH-1873: --merge to turn quads into triples
     new 8bc8cb5b59 Merge pull request #1876 from afs/triples-out

The 10725 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/jena/riot/system/StreamRDFWriter.java   |  25 +---
 ...RDFCountingBase.java => StreamTriplesOnly.java} |  60 ++++-----
 .../src/main/java/arq/cmdline/ModLangOutput.java   | 142 +++++++++++----------
 .../src/main/java/arq/cmdline/ModLangParse.java    |  10 ++
 jena-cmds/src/main/java/riotcmd/CmdLangParse.java  | 135 ++++++++++++++++----
 .../arq/querybuilder/handlers/WhereHandler.java    |  12 +-
 6 files changed, 231 insertions(+), 153 deletions(-)
 copy jena-arq/src/main/java/org/apache/jena/riot/system/{StreamRDFCountingBase.java => StreamTriplesOnly.java} (50%)