SmartDataAnalytics / RdfProcessingToolkit

Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
40 stars 3 forks source link

Regression in 1.0.3: Parser error in file argument may get swallowed #9

Closed Aklakan closed 2 years ago

Aklakan commented 4 years ago

sparql-integrate file.sparql sparql-integrate sometimes fails to raise a parse error if the query contained in file.sparql is invalid. It seems that a SparqlStmt with isParsed=false is created, where actually an exception should be thrown.

Aklakan commented 2 years ago

The logic for argument probing has been completely rewritten since then - so probably not an issue anymore.