spotify / spark-bigquery

Google BigQuery support for Spark, SQL, and DataFrames
Apache License 2.0
155 stars 52 forks source link

Spotify doesn't support Date,TimeStamp data to load to BigQuery #38

Open hemant-Hydrograph opened 7 years ago

hemant-Hydrograph commented 7 years ago

I found Date,TimeStamp is not supported in AVRO FileFormat. How to use spotify to load these data to BigQuery?

markncooper commented 7 years ago

You can try out my hacked version of this library to solve this problem for you for the time being:

https://github.com/markncooper/spark-bigquery-1

Ayyappadas1 commented 6 years ago

which maven dependency we should use for spark-bigquery-1 ?