From 0fa068842664692f98699bd8ab4c273edf944c9d Mon Sep 17 00:00:00 2001 From: suryasoma Date: Thu, 24 Aug 2023 13:23:07 -0700 Subject: [PATCH] Fixing the readme file for DateTime support (#1048) * Fixing the readme file for DateTime support * addressing review comments --- README-template.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-template.md b/README-template.md index 3ec4b4e0c..8086233c4 100644 --- a/README-template.md +++ b/README-template.md @@ -959,9 +959,9 @@ With the exception of `DATETIME` and `TIME` all BigQuery data types directed map DATETIME - TimestampType + StringType - Spark has no DATETIME type. The value is casted as a local time in the `datetimeZoneId` time zone. + Spark has no DATETIME type. diff --git a/README.md b/README.md index f4afb42a4..ea9edd4b7 100644 --- a/README.md +++ b/README.md @@ -938,9 +938,9 @@ With the exception of `DATETIME` and `TIME` all BigQuery data types directed map DATETIME - TimestampType + StringType - Spark has no DATETIME type. The value is casted as a local time in the `datetimeZoneId` time zone. + Spark has no DATETIME type.