I may have missed this but is it possible to select on datetime in a
SparkSQL query

jan1 = sqlContext.sql("SELECT * FROM Stocks WHERE datetime = '2014-01-01'")

Additionally, is there a guide as to what SQL is valid? The guide says,
"Note that Spark SQL currently uses a very basic SQL parser"  It would be
great to post what is currently supported.

--Ben

Reply via email to