Skip to content

Commit 35ce970

Browse files
authored
python312Packages.pyiceberg: 0.8.1 -> 0.9.0 (NixOS#387827)
2 parents dbcbf49 + 70d6886 commit 35ce970

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pkgs/development/python-modules/pyiceberg/default.nix

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
# tests
4343
azure-core,
4444
azure-storage-blob,
45+
datafusion,
4546
fastavro,
4647
moto,
4748
pyspark,
@@ -54,14 +55,14 @@
5455

5556
buildPythonPackage rec {
5657
pname = "iceberg-python";
57-
version = "0.8.1";
58+
version = "0.9.0";
5859
pyproject = true;
5960

6061
src = fetchFromGitHub {
6162
owner = "apache";
6263
repo = "iceberg-python";
6364
tag = "pyiceberg-${version}";
64-
hash = "sha256-L3YlOtzJv9R4TLeJGzfMQ+0nYtQEsqmgNZpW9B6vVAI=";
65+
hash = "sha256-PLxYe6MpKR6qILTNt0arujyx/nlVorwjhwokbXvdwb0=";
6566
};
6667

6768
patches = [
@@ -161,6 +162,7 @@ buildPythonPackage rec {
161162
azure-core
162163
azure-storage-blob
163164
boto3
165+
datafusion
164166
fastavro
165167
moto
166168
mypy-boto3-glue
@@ -187,6 +189,11 @@ buildPythonPackage rec {
187189

188190
disabledTests =
189191
[
192+
# Require unpackaged pyiceberg_core
193+
"test_bucket_pyarrow_transforms"
194+
"test_transform_consistency_with_pyarrow_transform"
195+
"test_truncate_pyarrow_transforms"
196+
190197
# botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL
191198
"test_checking_if_a_file_exists"
192199
"test_closing_a_file"
@@ -209,6 +216,8 @@ buildPythonPackage rec {
209216
"test_fsspec_new_abfss_output_file_adls"
210217
"test_fsspec_new_input_file_adls"
211218
"test_fsspec_pickle_round_trip_aldfs"
219+
"test_partitioned_write"
220+
"test_token_200_w_oauth2_server_uri"
212221

213222
# TypeError: pyarrow.lib.large_list() takes no keyword argument
214223
# From tests/io/test_pyarrow_stats.py:

0 commit comments

Comments
 (0)