y1chi commented on a change in pull request #11560:
URL: https://github.com/apache/beam/pull/11560#discussion_r419804731
##########
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:
Do we need the _to_bool function then, would the bool casting suffice?
----------------------------------------------------------------
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]