Re: Leading Zeros with spark.sql interpreter

2018-09-20 Thread Metin OSMAN
Good news, thank you ! On sept. 20 2018, at 2:36 am, Jeff Zhang wrote: > > > It is fixed in ZEPPELIN-3701, I will backport it to branch-0.8. > > > > Metin OSMAN mailto:mos...@mixdata.com)>于2018年9月20日周四 > 上午12:43写道: > > Hi, > > > > I have a DataFrame with String colums containing only numbers lik

Re: Leading Zeros with spark.sql interpreter

2018-09-19 Thread Jeff Zhang
It is fixed in ZEPPELIN-3701, I will backport it to branch-0.8. Metin OSMAN 于2018年9月20日周四 上午12:43写道: > Hi, > > I have a DataFrame with String colums containing only numbers like values, > but with leading zeros. > > when I query the DF through a temptable in a spark.sql interpreter, the > table

Leading Zeros with spark.sql interpreter

2018-09-19 Thread Metin OSMAN
Hi, I have a DataFrame with String colums containing only numbers like values, but with leading zeros. when I query the DF through a temptable in a spark.sql interpreter, the table shows the values without the leading zeros. If I export the data to a csv file, the zeros are also removed. I don'