fathollahzadeh commented on code in PR #1672:
URL: https://github.com/apache/systemds/pull/1672#discussion_r954074191
##########
src/main/java/org/apache/sysds/runtime/io/FrameReaderJSONL.java:
##########
@@ -128,7 +128,8 @@ private static String getStringFromJSONPath(JSONObject
jsonObject, String path)
}
if(temp == null){
- throw new IOException("Could not traverse the JSON
path: '" + path + "'!");
+ return null;
+ //throw new IOException("Could not traverse the JSON
path: '" + path + "'!");
Review Comment:
I have to revert the modification of this file; I did it just for a
temporary check and it wrongly committed.
--
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]