-
Notifications
You must be signed in to change notification settings - Fork 0
Add Apache Iceberg load and export support #236
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
Changes from 13 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
23ccc3b
Add Apache Iceberg export support to LQP
mjschleich 32a6ec8
Merge branch 'main' of github.com:RelationalAI/logical-query-protocol…
vustef 4c28a80
proto refactor, includes iceberg_data for the read path
vustef af3eb4f
map type in codegen
vustef 6e73897
fix transactions.proto: remove IcebergCatalogProperties
vustef fc2ef78
switch back to auth_properties, to support potential evolution of dif…
vustef f105bb9
update grammar
vustef 4fec6ac
make protobuf
vustef b375628
make force-parsers
vustef c97f4d6
make force-printers
vustef 892c99b
tests + make update-bins + make update-snapshots
vustef d9e5b17
cd meta && uv run ruff format
vustef fcefae5
equality, not auto-generated?
vustef 1933735
grammar and template updates
vustef d8faea8
make force-parsers
vustef 598487f
cd meta && uv run ruff format
vustef 4b59a1b
fix equality.jl
vustef b082b3a
fix cd meta && uv run python -m pytest
vustef 3d74d01
uv run ruff format
vustef e0fd473
fix go test
vustef 0e18be4
revert _extract_value_int64 return type change in favor of casting in…
vustef ce29c19
update snapshots, fix julia errors (hopefully)
vustef 8bca5c5
remove unneeded things
vustef 47e53a0
.
vustef 804eb56
update protos based on comments
vustef cfc532a
.
vustef 65d373a
the rest
vustef 39c9be5
rename to iceberg_catalog_config in the grammar
vustef e78edfc
update proto to make it possible to pass table_def vs gnf_def. Distin…
vustef c85d213
fix nested repeated (not allowed in proto) + grammar + equality
vustef 7827ff2
generated files
vustef 5732cdb
remove source_gnf_defs option
vustef 7e5bd13
bring back the todo
vustef 5169c28
change grammar a bit to nest source_table_def
vustef 5c3c45c
prettify the manual lqp
vustef 5899a98
remove types from columns, they are implicit
vustef ca9a01f
bring back comment
vustef adbf5ad
PR feedback, proto
vustef e35f5e1
grammar and generated files
vustef e9d82d3
mask_secret_value
vustef 0f00380
change grammar to use non-terminals, for better pretty printing. Roun…
vustef de73f13
fix bug in memoization, it had collisions when the same proto object …
vustef 718dcf2
fix pretty printing recursion error
vustef 17c9b1d
move snapshot info out of locator, for reuse with export. rename expo…
vustef a429b3a
forgot a file
vustef 9b9086c
equality tests
vustef 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
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
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.
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.