-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Because TestType contains test in the name, pytest tries to collect it and run tests on it. Setting `__test__ = False` tells PyTest to ignore it Also, s3 emits an error because we clean up buckets that still has content in it, so I've added some code to clean them up after we use the bucket.
- Loading branch information
Showing
4 changed files
with
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
To: dev@iceberg.apache.org | ||
Subject: [VOTE] Release Apache PyIceberg | ||
Hi Everyone, | ||
|
||
I propose that we release the following RC as the official PyIceberg release. | ||
|
||
The commit ID is | ||
|
||
* This corresponds to the tag: () | ||
* https://github.com/apache/iceberg/releases/tag/ | ||
* https://github.com/apache/iceberg/tree/ | ||
|
||
The release tarball, signature, and checksums are here: | ||
|
||
* https://dist.apache.org/repos/dist/dev/iceberg/pyiceberg-/ | ||
|
||
You can find the KEYS file here: | ||
|
||
* https://dist.apache.org/repos/dist/dev/iceberg/KEYS | ||
|
||
Convenience binary artifacts are staged on pypi: | ||
|
||
https://pypi.org/project/pyiceberg// | ||
|
||
And can be installed using: pip3 install pyiceberg== | ||
|
||
Please download, verify, and test. | ||
|
||
Please vote in the next 72 hours. | ||
[ ] +1 Release this as PyIceberg | ||
[ ] +0 | ||
[ ] -1 Do not release this because... |
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