Hayk Zargaryan created ZEPPELIN-3624: ----------------------------------------
Summary: Zeppelin grid shows wrong wrong results Key: ZEPPELIN-3624 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3624 Project: Zeppelin Issue Type: Bug Affects Versions: 0.8.0 Environment: Cloudera Spark version 2.3.0.cloudera2 Reporter: Hayk Zargaryan Attachments: image-2018-07-13-15-20-44-402.png After moving to zeppelin 0.8.0 I noticed that %sql interpreter output grid shows wrong result. For example the query below return 0 though actual value is 0x8282f309999982f30100afe315. select `3GPP-Location-Info` from radius_tbl where `Acct-Session-Id` = 'B93B4522B3C39999' and `3GPP-Location-Info` = '0x8282f309999982f30100afe315' !image-2018-07-13-15-20-44-402.png! The table is created from parquet file. -- This message was sent by Atlassian JIRA (v7.6.3#76005)