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
iceberg v2 table support #432
iceberg v2 table support #432
Changes from 5 commits
35bc12e
6f96705
ee8c7b0
6764e55
bbf79e4
50f7b94
402be01
93d6b97
8d3984f
d482d66
d282b21
294b7fb
b936b7a
513293b
65eac08
37307d1
edb6f01
3ffcf5b
34c5549
cad11e2
29610a5
6e6daf5
beac4b4
3a7ca7c
83f2d61
10c9dac
3ba0a72
3c03d9a
28909f2
b286fd0
908d9fe
8e1a8f4
d231e6b
d743dd3
ac3087c
fdae2cf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This seems like maybe it should be
or
? Any of these conditions are failures or otherwise need to be checked everywhere.If this is only the post_init that seems fine to me, but this feels like two independent pieces of information (is qualified / namespaces relation and then the is iceberg). Is that not correct?
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.
I'll give that change a try in my testcases. I think you're right here.
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.
Alright so using or's in this case quickly made all the tox tests fail :). Likely because the first condition of the if is always going to evaluate to true for the base tests since none of them are for iceberg.