claudevdm commented on code in PR #37253:
URL: https://github.com/apache/beam/pull/37253#discussion_r2712828662
##########
sdks/python/apache_beam/io/gcp/bigquery_schema_tools.py:
##########
@@ -49,6 +49,9 @@
"BYTES": bytes,
"TIMESTAMP": apache_beam.utils.timestamp.Timestamp,
"GEOGRAPHY": str,
+ "DATE": str,
Review Comment:
Maybe a middleground is to allow users to pass type_overrides, that override
the default type mappings? This way beam can add official mappings later on,
and using strings now is possible without needing future breaking changes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]