-
Notifications
You must be signed in to change notification settings - Fork 323
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
Apply Name mapping #219
Changes from all 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 27017cf
Thanks Honah!
Fokko 2657fe1
Update pyiceberg/io/pyarrow.py
Fokko 447d22f
lint
Fokko 0a0e829
Add name-mapping
Fokko 5a673d0
Move the names from a `set` to a `list`
Fokko 2c9be7c
Move from `set` to `lint` in tests as well
Fokko c13e3b3
make tests happy
Fokko 4fb7002
Build: Bump mypy-boto3-glue from 1.33.5 to 1.34.0 (#213)
dependabot[bot] b63043e
Merge remote-tracking branch 'fokko/fd-make-field-ids-optional' into …
sungwy 9dfdc05
apply name mapping to file tasks
sungwy c918dcf
load name mapping from metadata
sungwy 7f51df5
Build: Bump actions/upload-artifact from 3 to 4 (#215)
dependabot[bot] 48fa520
Build: Bump coverage from 7.3.2 to 7.3.3 (#214)
dependabot[bot] 7aa0270
Build: Bump pyarrow from 14.0.1 to 14.0.2 (#225)
dependabot[bot] 2225fa4
Build: Bump moto from 4.2.11 to 4.2.12 (#224)
dependabot[bot] 199fb85
Add name-mapping (#212)
Fokko 473b17d
Move from `set` to `lint` in tests as well
Fokko 6466205
make tests happy
Fokko 074d23c
apply name mapping to file tasks
sungwy 2eccbd5
rebase
sungwy 9ed7511
Merge branch 'main' into sy-name-mapping
sungwy 54bcf5e
refactoring
sungwy b6d06cf
remove stale ApplyNameMapping class
sungwy dcb7991
review comments
sungwy 3827cc0
Update pyiceberg/io/pyarrow.py
sungwy 7abd334
Apply suggestions from code review
sungwy be0e6fd
Moto server implementation for pytest (#223)
f4a0592
Make `connect_timeout` configurable (#218)
jqin61 4594d21
Build: Bump aiohttp from 3.8.6 to 3.9.0 (#168)
dependabot[bot] 5aeb5be
Build: Bump cython from 3.0.6 to 3.0.7 (#228)
dependabot[bot] a50c163
Build: Bump coverage from 7.3.3 to 7.3.4 (#231)
dependabot[bot] 82e6efe
Build: Bump fastavro from 1.9.1 to 1.9.2 (#236)
dependabot[bot] a00cf42
Build: Bump mypy-boto3-glue from 1.34.0 to 1.34.7 (#238)
dependabot[bot] 6d6536d
Build: Bump pydantic from 2.5.2 to 2.5.3 (#237)
dependabot[bot] 26ae9a5
Build: Bump mkdocs-material from 9.5.2 to 9.5.3 (#239)
dependabot[bot] 1a2fbfb
Build: Bump sqlalchemy from 2.0.23 to 2.0.24 (#244)
dependabot[bot] f5b4be8
Build: Bump coverage from 7.3.4 to 7.4.0 (#243)
dependabot[bot] afa482f
Glue catalog commit table (#140)
HonahX 276c91d
Build: Bump pytest from 7.4.3 to 7.4.4 (#248)
dependabot[bot] 81276d0
Allow filtering on newly added columns (#246)
Fokko 0e7e4b4
Build: Bump sqlalchemy from 2.0.24 to 2.0.25 (#250)
dependabot[bot] 9458492
Bug fix falsy value of zero (#249)
MehulBatra c88d15c
Correct schema behavior (#247)
Fokko 4c2821e
Replace Black by Ruff formatter (#127)
hussein-awala 004ae5e
Fix lint tests failed in main (#253)
hussein-awala 1bda7dc
Build: Bump moto from 4.2.12 to 4.2.13 (#257)
dependabot[bot] 516cebf
Build: Bump mkdocstrings-python from 1.7.5 to 1.8.0 (#256)
dependabot[bot] a339746
Build: Bump fastavro from 1.9.2 to 1.9.3 (#258)
dependabot[bot] f88ffdf
Cast env var `s3.connect-timeout` to float (#259)
sungwy d3919b4
Update feature support documentation (#261)
ndrluis cdd57e3
Build: Bump cython from 3.0.7 to 3.0.8 (#260)
dependabot[bot] f1f2dd2
Build: Bump jinja2 from 3.1.2 to 3.1.3 in /mkdocs (#263)
dependabot[bot] 63c91ab
Build: Bump jinja2 from 3.1.2 to 3.1.3 (#264)
dependabot[bot] 86bf014
Arrow: Set field-id with prefix (#227)
Fokko 65dc566
Add name-mapping
Fokko 318da04
Arrow: Allow missing field-ids from Schema
Fokko abcd8b6
apply name mapping to file tasks
sungwy 23e510a
Add name-mapping (#212)
Fokko 73a5c11
rebase
sungwy 27f0472
refactoring
sungwy 263d0e3
rebase
sungwy 4358c7c
adopt review comments
sungwy 3bec604
rebase
sungwy 8897ef6
Merge branch 'main' into sy-name-mapping
sungwy 30e34c6
use constant
sungwy f7d537d
add utility function new_schema_for_table
sungwy 49055c5
Update pyiceberg/table/__init__.py
sungwy 7a2cef0
Merge branch 'main' into sy-name-mapping
sungwy 2931b11
remove new_schema_for_table
sungwy 3ac65d7
Merge branch 'apache:main' into sy-name-mapping
sungwy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.