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.
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
[FEAT] Daft Catalog API #3036
base: main
Are you sure you want to change the base?
[FEAT] Daft Catalog API #3036
Changes from all commits
e5e8ed6
00687a1
e3c4c16
ecc80dd
38b2874
7d17f3d
c348f4a
3d8c961
cc29cad
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check warning on line 61 in daft/__init__.py
Codecov / codecov/patch
daft/__init__.py#L61
Check warning on line 54 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L53-L54
Check warning on line 60 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L60
Check warning on line 91 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L90-L91
Check warning on line 112 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L112
Check warning on line 141 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L140-L141
Check warning on line 145 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L143-L145
Check warning on line 147 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L147
Check warning on line 149 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L149
Check warning on line 151 in daft/catalog/__init__.py
Codecov / codecov/patch
daft/catalog/__init__.py#L151
Check warning on line 1 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L1
Check warning on line 3 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L3
Check warning on line 7 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L5-L7
Check warning on line 9 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L9
Check warning on line 11 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L11
Check warning on line 16 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L14-L16
Check warning on line 19 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L18-L19
Check warning on line 22 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L21-L22
Check warning on line 27 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L25-L27
Check warning on line 30 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L29-L30
Check warning on line 32 in daft/catalog/pyiceberg.py
Codecov / codecov/patch
daft/catalog/pyiceberg.py#L32
Check warning on line 1 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L1
Check warning on line 4 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L3-L4
Check warning on line 7 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L6-L7
Check warning on line 10 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L10
Check warning on line 14 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L13-L14
Check warning on line 17 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L16-L17
Check warning on line 20 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L20
Check warning on line 24 in daft/catalog/python_catalog.py
Codecov / codecov/patch
daft/catalog/python_catalog.py#L23-L24
Check warning on line 1 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L1
Check warning on line 3 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L3
Check warning on line 7 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L5-L7
Check warning on line 9 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L9
Check warning on line 14 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L12-L14
Check warning on line 19 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L16-L19
Check warning on line 27 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L25-L27
Check warning on line 32 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L30-L32
Check warning on line 34 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L34
Check warning on line 39 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L38-L39
Check warning on line 44 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L42-L44
Check warning on line 47 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L46-L47
Check warning on line 49 in daft/catalog/unity.py
Codecov / codecov/patch
daft/catalog/unity.py#L49