Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-624

writeMM and write.csv code currently not called

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • SystemDS 3.1, SystemDS 3.2
    • Parser
    • 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

          Activity

            People

              Unassigned Unassigned
              deron Jon Deron Eriksson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: