forked from apache/iceberg
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: FileFormat for VORTEX #2
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
Draft
a10y
wants to merge
34
commits into
pvary:file_Format_api_without_base
Choose a base branch
from
spiraldb:main
base: file_Format_api_without_base
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
a10y
commented
Mar 31, 2025
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once we have a stable writer implementation we should remove this and instead generate the file at test time
fix: Propagate UnconvertibleExpression through OR
820cd3e to
0c35110
Compare
* fix: properly close native resources in Vortex scans * fix system closing * format, bump vortex dep * bump vortex to correct release * remove print
16265b6 to
a04dec0
Compare
f828c3c to
eb205c1
Compare
a7ce1cb to
40f91b4
Compare
df3d7c4 to
54ff177
Compare
454fa9c to
24ab0ba
Compare
c61b8ba to
5f91620
Compare
5f91620 to
c3babfd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I've consolidated the changes from #1, rebased onto the latest version of the FileFormat branch.
I have not resolved all of the comments from the old PR