Re: Spark SQL Syntax

2016-12-19 Thread A Shaikh
6 at 14:00, Ramesh Krishnan wrote: > What is the version of spark you are using . If it is less than 2.0 , > consider using dataset API's to validate compile time checks on syntax. > > Thanks, > Ramesh > > On Mon, Dec 19, 2016 at 6:36 PM, A Shaikh wrote: > >> HI,

Spark SQL Syntax

2016-12-19 Thread A Shaikh
HI, I keep getting Spark SQL Syntax invalid especially for Dates/Timestamps manipulation. What's the best way to test SQL Syntax in Spark Dataframe is valid? Any online site for test or run a demo SQL! Thanks, Afzal