Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-3624

Zeppelin grid shows wrong result

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.8.0
    • None
    • None
    • None
    • Cloudera Spark version 2.3.0.cloudera2

       

    Description

      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'

      The table is created from parquet file.

      The same query returns non-zero value when I run

      select substring(`3GPP-Location-Info`, 2, 100) from radius_tbl ...

       x8282f309999982f30100afe315

      Attachments

        1. image-2018-07-13-15-20-44-402.png
          18 kB
          Hayk Zargaryan

        Issue Links

          Activity

            People

              Unassigned Unassigned
              paramount2u Hayk Zargaryan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: