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

z.show() function does not render certain strings correctly

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 0.8.0
    • None
    • front-end, Interpreters
    • None

    Description

      It seems that certain strings are not rendered properly by the z.show() function. Simple test case to recreate the issue. 

       

      %spark.pyspark
      columns = ['id', 'value', 'hash']
      vals = [
       (1, 2, '0xf24543ee178d7147c63d4e8de015bf92792df6f19a71'),
       (2, 0, 'test')
      ]
      df = sqlContext.createDataFrame(vals, columns)
      df.printSchema()
      root 
      |-- id: long (nullable = true) 
      |-- value: long (nullable = true) 
      |-- hash: string (nullable = true)
      

       

      And then the show function:

      %spark.pyspark
      z.show(df)
      

      Outputs: 

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            plingampally Pari Lingampally

            Dates

              Created:
              Updated:

              Slack

                Issue deployment