Juyeon Kim created ZEPPELIN-6212:
------------------------------------
Summary: IRInterpreterTest.testZShow() Test Failure
Key: ZEPPELIN-6212
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6212
Project: Zeppelin
Issue Type: Test
Components: build
Reporter: Juyeon Kim
The {{z.show}} function returns the following output:
country val1 val2
US 10 23
GB 13 12
BR 14 32
{{}}
However, the expected result is:
country val1 val2
3 10 23
2 13 12
1 14 32
--
This message was sent by Atlassian Jira
(v8.20.10#820010)