[release] Pyiceberg 0.8.1 #1384
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pyiceberg 0.8.1 proposal on devlist
0.8.1 Release Note
The behavior of
Table.name
is changed to return the table name without the catalog name. This is a broader effort to remove references to the catalog name in pyiceberg.Table.identifier
withTable.name
which returns the table name without the catalog nameidentifier_to_tuple_without_catalog
) in pyiceberg; remove unnecessary warningsDocumentation updates are included to reflect the updated process in https://py.iceberg.apache.org/
Bug fixes
add_files
for parquet files without column statsnull
in manifest list metadata when there is no parent-snapshot-idRemove upper bound restrictions for dependency libraries; allow early testing of new versions
Commits
36 new commits since the
0.8.0
release.12 new commits will be included in 0.8.1
0.8.1
11 bug fixes (cherry-picked)
acbd071 Write
null
when there is no parent-snapshot-id (#1383)bb078cf Add instruction for patch release (#1373)
ab43c6c fix
KeyError
raised byadd_files
when parquet file doe not have column stats (#1354)cc1ab2c Improve documentation for "how to release" (#1359)
64dc6fe Remove Python 3.13 upper bound restriction (#1355)
d86ab6e Allow leading underscore in column name used in row filter (#1358)
7a4734e Replace reference of
Table.identifier
withTable.name
(#1346)a66ddc0 Ignore tables without
table_type
from Glue and Hive (#1332)2cbc77d Drop upper bounds for fsspec and it's implementations (#1341)
7660a5b 0.8.0 post release steps (#1334)
b2f0a9e use the non-deprecated func (#1326)
9 features (not cherry-picked)
b4395ed Extend bugfix report (#1380)
3230186 Update
upload-artifact
to use v4 (#1371)3b559c4 Deprecate the use of
last-column-id
(#1367)6316900 check mkdocs build strict in CI (#1360)
8e0e6a1 dont override global warning (#1350)
12e87a4 Boto Glue standard retry policy with configuration (#1307)
150fa0c Set default for
SortField
'stransform
(#1347)5f0f770 Remove deprecated
datetime
functions (#1134)a90c014 Tests: Bump Spark to 3.5.3 (#1322)
16 misc (not cherry-picked)
7fe8fdc Bump Poetry to 1.8.4 (#1379)
1e9bdc2 Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#1374)
8f6a3d4 Bump coverage from 7.6.7 to 7.6.8 (#1375)
d5fa615 Bump mkdocs-material from 9.5.45 to 9.5.46 (#1376)
c21aefd Bump getdaft from 0.3.13 to 0.3.14 (#1361)
e8e0037 Bump pydantic from 2.10.0 to 2.10.1 (#1364)
7a83695 Bump mkdocs-material from 9.5.44 to 9.5.45 (#1351)
15cfc51 Bump pydantic from 2.9.1 to 2.10.0 (#1352)
102a3bb Bump
pre-commit
versions (#1344)93ebd39 Bump deptry from 0.21.0 to 0.21.1 (#1342)
a2b11de Bump mypy-boto3-glue from 1.35.53 to 1.35.65 (#1343)
7ecfa71 Bump moto from 5.0.20 to 5.0.21 (#1339)
42145f1 Bump aiohttp from 3.10.5 to 3.10.11 (#1338)
b4c43b0 Bump coverage from 7.6.5 to 7.6.7 (#1329)
1cbf429 Bump mkdocstrings from 0.26.2 to 0.27.0 (#1324)
60800d8 Bump coverage from 7.6.4 to 7.6.5 (#1325)