Matthias Boehm created SYSTEMML-596:
---------------------------------------

             Summary: Transform binary output types not working within 
statement blocks
                 Key: SYSTEMML-596
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-596
             Project: SystemML
          Issue Type: Bug
          Components: Compiler, Runtime
            Reporter: Matthias Boehm


The old file-based transform supports two output types CSV and binary. If the 
output feeds into a persistent write with default format text (within the same 
statement block), it currently writes binary data, i.e., the persistent write 
happens in the wrong format. Given, SYSTEMML-595, the workaround is to put the 
persistent write into a separate statement block, which always assumes binary 
block on the boundary. 

Similar to SYSTEMML-595, we should tackle this issue in a systematic way, when 
introducing full data frame support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to