You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/06/09 11:59:23 UTC

[GitHub] [systemds] fathollahzadeh commented on a change in pull request #1299: [SYSTEMDS-206] HDF5 File Format

fathollahzadeh commented on a change in pull request #1299:
URL: https://github.com/apache/systemds/pull/1299#discussion_r648231929



##########
File path: src/main/java/org/apache/sysds/parser/DMLTranslator.java
##########
@@ -1058,6 +1058,10 @@ public void constructHops(StatementBlock sb) {
 					case FEDERATED:
 						ae.setOutputParams(ae.getDim1(), ae.getDim2(), -1, ae.getUpdateType(), -1);
 						break;
+					case HDF5:
+						// write output in HDF5 format
+						ae.setOutputParams(ae.getDim1(), ae.getDim2(), ae.getNnz(), ae.getUpdateType(), ConfigurationManager.getBlocksize());

Review comment:
       it was a wrong call. I fixed it in the commits.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org