afs commented on code in PR #2059:
URL: https://github.com/apache/jena/pull/2059#discussion_r1369806112
##########
jena-fuseki2/jena-fuseki-geosparql/src/main/java/org/apache/jena/ext/io/github/galbiston/rdf_tables/file/FileConverter.java:
##########
@@ -101,6 +101,7 @@ public static void writeToModel(File inputFile, Model
model, char delimiter, Boo
} catch (IOException | RuntimeException | CsvValidationException ex) {
LOGGER.error("FileConverter: Line - {}, File - {}, Exception -
{}", lineNumber, inputFile.getAbsolutePath(), ex.getMessage());
+ ex.printStackTrace();
Review Comment:
Good point. Moved the exception into the `AssertionError`. Previously, it
was hiding the information.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]