Baunsgaard commented on code in PR #1672:
URL: https://github.com/apache/systemds/pull/1672#discussion_r953964952
##########
src/main/java/org/apache/sysds/runtime/iogen/CustomProperties.java:
##########
@@ -19,117 +19,149 @@
package org.apache.sysds.runtime.iogen;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
+import com.google.gson.Gson;
+import org.apache.sysds.common.Types;
+import org.apache.sysds.runtime.DMLRuntimeException;
import org.apache.sysds.runtime.io.FileFormatProperties;
-
+import org.apache.sysds.runtime.matrix.data.Pair;
+import java.io.IOException;
import java.io.Serializable;
+import java.nio.file.Files;
+import java.nio.file.Paths;
import java.util.HashSet;
public class CustomProperties extends FileFormatProperties implements
Serializable {
Review Comment:
a comment on this class, to specify what custom properties means would be
nice.
--
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]