stankiewicz commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r1979099728


##########
sdks/python/apache_beam/io/gcp/bigquery_tools.py:
##########
@@ -1763,7 +1819,7 @@ def get_beam_typehints_from_tableschema(schema):
     schema = get_bq_tableschema(schema)
   typehints = []
   for field in schema.fields:
-    name, field_type, mode = field.name, field.type.upper(), field.mode.upper()
+    name, field_type, mode = field.name, field_type.upper(), field.mode.upper()

Review Comment:
   field_type.upper() - I'm not sure it's correct change. 



-- 
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]

Reply via email to