Jeff Zhang created ZEPPELIN-2992:
------------------------------------

             Summary: Table can not be displayed correctly when there's 
delimiter in field
                 Key: ZEPPELIN-2992
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2992
             Project: Zeppelin
          Issue Type: Improvement
            Reporter: Jeff Zhang


{code}
%spark.ipyspark

df = spark.createDataFrame([("hello\nworld", 1), ("helloworld",2 )])
df.createOrReplaceTempView("df");

{code}
%spark.sql

select * from df
{code}

{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to