Pin Jena to 5.6.0 (arq 6.x breaks quad CONSTRUCT)#16
Merged
Conversation
arq 6.x cannot output quad CONSTRUCT results ("No dataset writer for
Turtle_pretty", exit 2; --results=trig was dropped), which the graphify
stage depends on — see apache/jena#4091.
- etl/config.mk: default JENA_HOME → apache-jena-5.6.0, with a comment
explaining the constraint.
- CLAUDE.md: document the Jena 5.6.0 prerequisite and the arq bug.
- datasets/current/taxonomies/{legal-forms,legal-statuses}.trig:
ETL regeneration under Jena 5.6.0 — reordering only, no semantic
change (round-trips identically via riot --output=nquads | sort).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
namedgraph
force-pushed
the
fix/pin-jena-5.6.0
branch
from
July 25, 2026 09:23
e4519ce to
40cf12e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pins the ETL pipeline to Apache Jena 5.6.0. arq 6.x cannot output quad
CONSTRUCTresults (No dataset writer for Turtle_pretty, exit 2; the--results=trigoption was dropped), which the graphify stage relies on— see apache/jena#4091.
Changes
etl/config.mk— defaultJENA_HOME→apache-jena-5.6.0, with a comment explaining the constraint.CLAUDE.md— document the Jena 5.6.0 prerequisite and the arq quad-CONSTRUCT bug.datasets/current/taxonomies/{legal-forms,legal-statuses}.trig— ETL regeneration under Jena 5.6.0. Reordering only, no semantic change — the files round-trip identically viariot --base=$BASE --output=nquads | sort(the known nondeterministic arq CONSTRUCT ordering gotcha).🤖 Generated with Claude Code