Prasad Wagle created ZEPPELIN-520:
-------------------------------------

             Summary: Problem with visualization if field in Groups has a "." 
character
                 Key: ZEPPELIN-520
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-520
             Project: Zeppelin
          Issue Type: Bug
          Components: GUI
            Reporter: Prasad Wagle
            Priority: Minor


Dataset is:
pwagle=> select * from test.pwagle_zeppelin_ui order by 1, 2;
     x      | version | count 
------------+---------+-------
 2015112000 | 2.4     |    10
 2015112000 | 2.5     |    20
 2015112002 | 2.4     |    10
 2015112002 | 2.5     |    20

When I create a chart, with:
keys: x
groups: version
values: count

Groups in the chart are 2 and 2 instead of 2.4 and 2.5.

Workaround is to use:

%hive(vertica-smf1)
select x, replace(version, '.', '') version, count from test.pwagle_zeppelin_ui;




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

Reply via email to