GoogleCloudDataproc/spark-bigquery-connector

how to use 'datetimeZoneId' config in Spark Bigquery Connector

psonilloyds opened this issue · 1 comments

There is a 'datetimeZoneId' config in Spark Bigquery Connector. How this config works ? I did follow the explanation and documentation https://github.com/GoogleCloudDataproc/spark-bigquery-connector, but couldn't understand completely.

A working example would really help to understand how this config works exactly. Can someone please explain how to use 'datetimeZoneId' by giving a working example.

Thanks for pointing it out. This config is not supported anymore. We support TimestampNTZ on spark 3.4 and above.