liferoad commented on code in PR #34324:
URL: https://github.com/apache/beam/pull/34324#discussion_r1999321663
##########
sdks/python/apache_beam/io/gcp/bigquery_file_loads.py:
##########
@@ -1104,6 +1099,8 @@ def _load_data(
# Load data using temp tables
trigger_loads_outputs = (
partitions_using_temp_tables
+ | "KeyByPaneIndexWithTempTables" >> beam.ParDo(KeyByPaneIndex())
Review Comment:
do we need to worry about the update compatibility?
--
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]