Skip to content

Apply Name mapping #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 71 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from 67 commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
405d36c
Arrow: Allow missing field-ids from Schema
Fokko Dec 5, 2023
27017cf
Thanks Honah!
Fokko Dec 7, 2023
2657fe1
Update pyiceberg/io/pyarrow.py
Fokko Dec 9, 2023
447d22f
lint
Fokko Dec 9, 2023
0a0e829
Add name-mapping
Fokko Dec 13, 2023
5a673d0
Move the names from a `set` to a `list`
Fokko Dec 14, 2023
2c9be7c
Move from `set` to `lint` in tests as well
Fokko Dec 14, 2023
c13e3b3
make tests happy
Fokko Dec 14, 2023
4fb7002
Build: Bump mypy-boto3-glue from 1.33.5 to 1.34.0 (#213)
dependabot[bot] Dec 14, 2023
b63043e
Merge remote-tracking branch 'fokko/fd-make-field-ids-optional' into …
sungwy Dec 16, 2023
9dfdc05
apply name mapping to file tasks
sungwy Dec 17, 2023
c918dcf
load name mapping from metadata
sungwy Dec 18, 2023
7f51df5
Build: Bump actions/upload-artifact from 3 to 4 (#215)
dependabot[bot] Dec 15, 2023
48fa520
Build: Bump coverage from 7.3.2 to 7.3.3 (#214)
dependabot[bot] Dec 15, 2023
7aa0270
Build: Bump pyarrow from 14.0.1 to 14.0.2 (#225)
dependabot[bot] Dec 18, 2023
2225fa4
Build: Bump moto from 4.2.11 to 4.2.12 (#224)
dependabot[bot] Dec 18, 2023
199fb85
Add name-mapping (#212)
Fokko Dec 19, 2023
473b17d
Move from `set` to `lint` in tests as well
Fokko Dec 14, 2023
6466205
make tests happy
Fokko Dec 14, 2023
074d23c
apply name mapping to file tasks
sungwy Dec 17, 2023
2eccbd5
rebase
sungwy Dec 19, 2023
9ed7511
Merge branch 'main' into sy-name-mapping
sungwy Dec 19, 2023
54bcf5e
refactoring
sungwy Dec 19, 2023
b6d06cf
remove stale ApplyNameMapping class
sungwy Dec 20, 2023
dcb7991
review comments
sungwy Dec 21, 2023
3827cc0
Update pyiceberg/io/pyarrow.py
sungwy Jan 12, 2024
7abd334
Apply suggestions from code review
sungwy Jan 12, 2024
be0e6fd
Moto server implementation for pytest (#223)
Dec 19, 2023
f4a0592
Make `connect_timeout` configurable (#218)
jqin61 Dec 19, 2023
4594d21
Build: Bump aiohttp from 3.8.6 to 3.9.0 (#168)
dependabot[bot] Dec 19, 2023
5aeb5be
Build: Bump cython from 3.0.6 to 3.0.7 (#228)
dependabot[bot] Dec 20, 2023
a50c163
Build: Bump coverage from 7.3.3 to 7.3.4 (#231)
dependabot[bot] Dec 21, 2023
82e6efe
Build: Bump fastavro from 1.9.1 to 1.9.2 (#236)
dependabot[bot] Dec 22, 2023
a00cf42
Build: Bump mypy-boto3-glue from 1.34.0 to 1.34.7 (#238)
dependabot[bot] Dec 23, 2023
6d6536d
Build: Bump pydantic from 2.5.2 to 2.5.3 (#237)
dependabot[bot] Dec 23, 2023
26ae9a5
Build: Bump mkdocs-material from 9.5.2 to 9.5.3 (#239)
dependabot[bot] Dec 26, 2023
1a2fbfb
Build: Bump sqlalchemy from 2.0.23 to 2.0.24 (#244)
dependabot[bot] Dec 31, 2023
f5b4be8
Build: Bump coverage from 7.3.4 to 7.4.0 (#243)
dependabot[bot] Dec 31, 2023
afa482f
Glue catalog commit table (#140)
HonahX Jan 1, 2024
276c91d
Build: Bump pytest from 7.4.3 to 7.4.4 (#248)
dependabot[bot] Jan 2, 2024
81276d0
Allow filtering on newly added columns (#246)
Fokko Jan 3, 2024
0e7e4b4
Build: Bump sqlalchemy from 2.0.24 to 2.0.25 (#250)
dependabot[bot] Jan 4, 2024
9458492
Bug fix falsy value of zero (#249)
MehulBatra Jan 4, 2024
c88d15c
Correct schema behavior (#247)
Fokko Jan 5, 2024
4c2821e
Replace Black by Ruff formatter (#127)
hussein-awala Jan 5, 2024
004ae5e
Fix lint tests failed in main (#253)
hussein-awala Jan 5, 2024
1bda7dc
Build: Bump moto from 4.2.12 to 4.2.13 (#257)
dependabot[bot] Jan 9, 2024
516cebf
Build: Bump mkdocstrings-python from 1.7.5 to 1.8.0 (#256)
dependabot[bot] Jan 9, 2024
a339746
Build: Bump fastavro from 1.9.2 to 1.9.3 (#258)
dependabot[bot] Jan 9, 2024
f88ffdf
Cast env var `s3.connect-timeout` to float (#259)
sungwy Jan 10, 2024
d3919b4
Update feature support documentation (#261)
ndrluis Jan 11, 2024
cdd57e3
Build: Bump cython from 3.0.7 to 3.0.8 (#260)
dependabot[bot] Jan 11, 2024
f1f2dd2
Build: Bump jinja2 from 3.1.2 to 3.1.3 in /mkdocs (#263)
dependabot[bot] Jan 11, 2024
63c91ab
Build: Bump jinja2 from 3.1.2 to 3.1.3 (#264)
dependabot[bot] Jan 11, 2024
86bf014
Arrow: Set field-id with prefix (#227)
Fokko Jan 12, 2024
65dc566
Add name-mapping
Fokko Dec 13, 2023
318da04
Arrow: Allow missing field-ids from Schema
Fokko Dec 5, 2023
abcd8b6
apply name mapping to file tasks
sungwy Dec 17, 2023
23e510a
Add name-mapping (#212)
Fokko Dec 19, 2023
73a5c11
rebase
sungwy Dec 19, 2023
27f0472
refactoring
sungwy Dec 19, 2023
263d0e3
rebase
sungwy Jan 13, 2024
4358c7c
adopt review comments
sungwy Jan 13, 2024
3bec604
rebase
sungwy Jan 13, 2024
8897ef6
Merge branch 'main' into sy-name-mapping
sungwy Jan 13, 2024
30e34c6
use constant
sungwy Jan 13, 2024
f7d537d
add utility function new_schema_for_table
sungwy Jan 14, 2024
49055c5
Update pyiceberg/table/__init__.py
sungwy Jan 16, 2024
7a2cef0
Merge branch 'main' into sy-name-mapping
sungwy Jan 18, 2024
2931b11
remove new_schema_for_table
sungwy Jan 18, 2024
3ac65d7
Merge branch 'apache:main' into sy-name-mapping
sungwy Jan 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading