I am examined the code and found lazy val is added recently in 2.2.0
2017-09-07 14:34 GMT+08:00 ChenJun Zou :
> thanks,
> my mistake
>
> 2017-09-07 14:21 GMT+08:00 sujith chacko :
>
>> If your intention is to just view the logical plan in spark shell then I
>> think you can follow the query whic
thanks,
my mistake
2017-09-07 14:21 GMT+08:00 sujith chacko :
> If your intention is to just view the logical plan in spark shell then I
> think you can follow the query which I mentioned in previous mail. In
> spark 2.1.0 sessionState is a private member which you cannot access.
>
> Thanks.
>
spark-2.1.1 I use
2017-09-07 14:00 GMT+08:00 sujith chacko :
> Hi,
> may I know which version of spark you are using, in 2.2 I tried with
> below query in spark-shell for viewing the logical plan and it's working
> fine
>
> spark.sql("explain extended select * from table1")
>
> The above qu