Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Code exists in the
OutputStatement(String fname, FunctionCallIdentifier fci, String filename, int blp, int bcp, int elp, int ecp)
constructor to support writeMM and write.csv functions. However, this constructor is never called, so writeMM and write.csv are currently not supported.
See
setOutputStatement(ParserRuleContext ctx, ArrayList<ParameterExpression> paramExpression, StatementInfo info)
of CommonSyntacticValidator, which calls the other OutputStatement constructor with
info.stmt = new OutputStatement((DataIdentifier) paramExpression.get(0).getExpr(), DataOp.WRITE, fileName, line, col, line, col);
.
Attachments
Issue Links
- is related to
-
SYSTEMDS-1320 Map writeMM and write.csv to write
- Resolved