You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@toree.apache.org by "Manu Zhang (JIRA)" <ji...@apache.org> on 2019/03/12 09:17:00 UTC

[jira] [Created] (TOREE-497) Fail to executing empty cell

Manu Zhang created TOREE-497:
--------------------------------

             Summary: Fail to executing empty cell
                 Key: TOREE-497
                 URL: https://issues.apache.org/jira/browse/TOREE-497
             Project: TOREE
          Issue Type: Bug
          Components: Kernel
    Affects Versions: 0.3.0
            Reporter: Manu Zhang


Executing empty cell would throw
{code:java}
java.lang.ClassNotFoundException: java.lang.String cannot be cast to scala.collection.immutable.Map
{code}
at {{ExecuteRequestRelay$packageFutureResponse}}

It seems {{Map}} is expected for {{ExecuteResult}} but a {{String}} is returned when executing empty cell.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)