You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Merlin Wang (Jira)" <ji...@apache.org> on 2020/04/27 06:11:00 UTC

[jira] [Created] (ZEPPELIN-4777) Number types are not sorted correctly

Merlin Wang created ZEPPELIN-4777:
-------------------------------------

             Summary: Number types are not sorted correctly
                 Key: ZEPPELIN-4777
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4777
             Project: Zeppelin
          Issue Type: Bug
          Components: front-end
    Affects Versions: 0.9.0
            Reporter: Merlin Wang
         Attachments: sortNumber2.gif

Sorting number types int the table does not work.  This can be reproduced directly with the 0.9.0 version docker image.

```

docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.9.0

```

!sortNumber2.gif!

Select demo note: Spark Basic Features,  and switch to the table to sort directly. You can see that the number type are still sorted according to the string type even if I specify the type as number.

Using the same steps works fine in 0.8.1 docker image.

Please confirm whether this is a bug or a problem with my usage.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)