-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON-LD keywords in input data break _else pass-through in morph #343
Labels
Comments
fsteeg
added a commit
that referenced
this issue
Nov 24, 2020
Added test case (see 4e2398e) to reproduce:
|
fsteeg
referenced
this issue
in metafacture/metafacture-fix
Nov 24, 2020
blackwinter
added a commit
that referenced
this issue
Nov 26, 2020
fsteeg
added a commit
to metafacture/metafacture-fix
that referenced
this issue
Dec 1, 2020
fsteeg
added a commit
to metafacture/metafacture-fix
that referenced
this issue
Dec 1, 2020
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
Consumes the rc from metafacture-core which also uses java 11. See #515 .
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
blackwinter
pushed a commit
that referenced
this issue
Dec 13, 2024
Consumes the rc from metafacture-core which also uses java 11. See #515 .
blackwinter
added a commit
that referenced
this issue
Dec 13, 2024
After the switch to Java 11 (#343), the JVM TI hprof Agent (introduced in e144936) is no longer available (removed in JDK 9, see https://bugs.openjdk.org/browse/JDK-8046661). Use the `jfr` command-line tool or JDK Mission Control (https://jdk.java.net/jmc/) to analyze the recording file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Somehow data input field names like
@id
,@graph
end up in morph feedback/recursion and are missing in the output. This came up in https://gitlab.com/oersi/oersi-etl/-/issues/29#note_453341447 and I've implemented a fix for metafacture-fix in metafacture/metafacture-fix@f4dc31d. I'll branch off from #342 to add a test case for metamorph.The text was updated successfully, but these errors were encountered: