PRADDZY opened a new pull request, #38833: URL: https://github.com/apache/beam/pull/38833
## Summary - preserve destination partitioning metadata when `FILE_LOADS` writes through temporary tables - reuse the destination table lookup for missing schema resolution and only inject partitioning when the caller did not already supply it - add regression coverage for inherited time/range partitioning and explicit partitioning precedence Fixes #38017. ## Testing - `python -m pytest apache_beam/io/gcp/bigquery_file_loads_test.py -k "temporary_table_load_inherits_destination_time_partitioning or temporary_table_load_inherits_destination_range_partitioning or temporary_table_load_keeps_explicit_partitioning_parameters" -q` - `python -m pytest apache_beam/io/gcp/bigquery_file_loads_test.py::TestBigQueryFileLoads::test_wait_for_load_job_completion -q` - `python -m py_compile apache_beam/io/gcp/bigquery_file_loads.py apache_beam/io/gcp/bigquery_file_loads_test.py` -- 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]
