The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user dclandau (triggered by dclandau).

Head commit for run:
ac534e9a10a5abfc1eb7762b51edd22fc7a0535a / dclandau <[email protected]>
Fix BaseSQLToGCSOperator file split parquet

Save the current file pointer position and set the file pointer position
to `os.SEEK_END`. file_size is set to the new position, and the file
pointer's position goes back to the saved position.

Currently, after a parquet write operation the pointer is set to 0,
and therefore, simply executing `tmp_file_handle.tell()` is not
sufficient to determine the current size. This sequence is added to
allow file splitting when the export format is set to parquet.

Report URL: https://github.com/apache/airflow/actions/runs/2785672455

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to