pabloem commented on a change in pull request #11560:
URL: https://github.com/apache/beam/pull/11560#discussion_r419805319



##########
File path: sdks/python/apache_beam/io/gcp/bigquery.py
##########
@@ -526,7 +526,7 @@ def reader(self, test_bigquery_client=None):
 
 
 def _to_bool(value):
-  return value == 'true'
+  return value

Review comment:
       ahhh what a great catch. thanks Yichi!




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to