Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.1, 1.13.2
-
None
-
None
-
Patch
Description
When I have a Record with Timestamp, Time or Date, the Record can not be inserted in the BigQuery Table. It's because the Java types Java.sql.Timestamp, Java.sql.Date and Java.sql.Time are not managed by the GCP library, so the field should be convert to String.