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 36930b7  Bump log4j-api from 2.14.1 to 2.15.0 (#1129)
     new e7e9273  JENA-2210: tdb2.xloader script: add quads, ignore TMPDIR
     new 3103f30  JENA-2209: Compress intermediate files
     new 96cc9a3  Merge pull request #1127 from afs/xloader

The 9447 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/bin/tdb2.xloader                       | 182 ++++++++++++++++-----
 .../main/java/tdb2/xloader/AbstractCmdxLoad.java   |  14 +-
 .../src/main/java/tdb2/xloader/CmdxBuildIndex.java |   2 +-
 .../main/java/tdb2/xloader/CmdxBuildNodeTable.java |  14 +-
 .../src/main/java/tdb2/xloader/CmdxLoader.java     |   2 +-
 .../org/apache/jena/tdb2/xloader/BulkLoaderX.java  |  17 ++
 .../apache/jena/tdb2/xloader/ProcIndexBuildX.java  |  27 ++-
 .../apache/jena/tdb2/xloader/ProcIngestDataX.java  | 100 +++++++----
 .../jena/tdb2/xloader/ProcNodeTableBuilderX.java   |  63 +++----
 .../org/apache/jena/tdb2/xloader/XLoaderFiles.java |   8 +-
 .../apache/jena/tdb2/xloader}/package-info.java    |   3 +-
 11 files changed, 306 insertions(+), 126 deletions(-)
 copy {jena-arq/src/main/java/org/apache/jena/rdfs => 
jena-db/jena-tdb2/src/main/java/org/apache/jena/tdb2/xloader}/package-info.java 
(95%)

Reply via email to