kg-construct / rml-io

RML-IO: Input/Output declarations for RML
https://w3id.org/rml/io/spec
Creative Commons Attribution 4.0 International
1 stars 4 forks source link

testcase 0002d and 0002e - tarxz and targz files are not actually compressed? #77

Closed pmaria closed 5 months ago

pmaria commented 5 months ago

running tar --xz -xf Friends.json.tar.xz in RMLSTC0002d

gives

xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now

running tar xvzf Friends.json.tar.gz in RMLSTC0002e

gives

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
DylanVanAssche commented 5 months ago

Recompressed them, should be fine now.