-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#3230) * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4085: Fix file size extraction error on windows platform (#3229) * Use Ubuntu 24.04 for the Interop tests to be able to use newer Python Python 3.12 needs `--break-system-packages` ``` Run python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages --upgrade pip setuptools tox python3 -m pip install --break-system-packages python-snappy zstandard shell: /usr/bin/bash -e {0} Usage: /usr/bin/python3 -m pip install [options] <requirement specifier> [package-index-options] ... /usr/bin/python3 -m pip install [options] -r <requirements file> [package-index-options] ... /usr/bin/python3 -m pip install [options] [-e] <vcs project url> ... /usr/bin/python3 -m pip install [options] [-e] <local project path> ... /usr/bin/python3 -m pip install [options] <archive url/path> ... ``` Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> * AVRO-4086: Fix missing data file reader close handle on windows * AVRO-4086: Simplify closing stream reader * Fix the name of the CI runner --------- Signed-off-by: Martin Tzvetanov Grigorov <[email protected]> Co-authored-by: Martin Tzvetanov Grigorov <[email protected]> Co-authored-by: Martin Grigorov <[email protected]>
- Loading branch information
1 parent
30b39e9
commit 3621ef2
Showing
4 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters