samelamin / spark-bigquery

Google BigQuery support for Spark, Structured Streaming, SQL, and DataFrames with easy Databricks integration.
Apache License 2.0
70 stars 28 forks source link

update docs to reflect standard sql #42

Closed vijaykramesh closed 7 years ago

vijaykramesh commented 7 years ago

hey @samelamin I had a use case where I needed standard sql instead of legacy. According to your README this library doesn't support it, but I think that's just left over from the spotify version of this - looking in the code it seems you do support it.

This PR updates the documentation to reflect that! (also thanks for already having implemented this feature, you just saved me an afternoon!)