You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Nicholas Chammas <ni...@gmail.com> on 2014/12/26 22:18:25 UTC

SQL specification for reference during Spark SQL development

Do we have access to the SQL specification (say, SQL-92) for reference
during Spark SQL development? I know it's not freely available on the web.
Usually, you can only access drafts.

I know that, generally, we look to other systems (especially Hive) when
figuring out how something in Spark SQL should work, but it might be nice
to have the standard available for reference.

Nick