GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/426
JENA-1552: Phased loader
This has become a general purpose loader (`LoaderMain`) which is controlled
by a `LoaderPlan`. LoaderMain is both the parallel loader and the phased loader
of JENA-1552.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena phased-loader
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/426.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 #426
----
commit 3b712638db710630882844fd4c266120fa2a49ca
Author: Andy Seaborne <andy@...>
Date: 2018-06-01T13:07:55Z
JENA-1552: Phased loader
----
---