chamikaramj commented on a change in pull request #11509:
URL: https://github.com/apache/beam/pull/11509#discussion_r414082018



##########
File path: sdks/python/apache_beam/io/gcp/bigquery_tools.py
##########
@@ -182,7 +182,10 @@ def parse_table_reference(table, dataset=None, 
project=None):
   """
 
   if isinstance(table, bigquery.TableReference):
-    return table
+    return bigquery.TableReference(

Review comment:
       Probably update the spec above to mention that a new object will be 
returned ?




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