You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/04 21:59:18 UTC

[GitHub] [beam] y1chi commented on a change in pull request #11560: Auto-inferring project for ReadFromBigQuery

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



##########
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:
       could you explain why this change is needed?




----------------------------------------------------------------
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:
users@infra.apache.org