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

Missing compiler support scalar-frame casts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.15
    • None
    • None

    Description

      The following snippet currently leads to incomprehensible errors because we only support matrix-frame casts but no scalar-frame casts. Since the frame gets dimensions 0,0 during compilation, we also compile spark instructions for this conversion.

      s1 = as.frame('foo')
      s2 = as.frame('bar')
      print (toString(s1))
      print (toString(s2))
      s = rbind(s1,s2)
      print (toString(s))
      

      Attachments

        Activity

          People

            mboehm7 Matthias Boehm
            mboehm7 Matthias Boehm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: