-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Core, Hive, Nessie: Use ResolvingFileIO as default instead of HadoopFileIO #8272
base: main
Are you sure you want to change the base?
Conversation
948a917
to
fb23e4d
Compare
fb23e4d
to
fcbc64e
Compare
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 looks good to me, with the assumption that #7976 will get merged.
Also, can we make it support SupportsPrefixOperations. Thinking it a possible option for: #8194 |
@szehon-ho did you mean to comment on #7976 w.r.t |
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.
change LGTM, do we need to update docs anywhere to better inform user? Since this default value change and some might not be fully aware of
This change should be completely transparent for users |
fcbc64e
to
d24c581
Compare
@@ -67,6 +67,7 @@ public class JdbcCatalog extends BaseMetastoreCatalog | |||
private static final String NAMESPACE_EXISTS_PROPERTY = "exists"; | |||
private static final Logger LOG = LoggerFactory.getLogger(JdbcCatalog.class); | |||
private static final Joiner SLASH = Joiner.on("/"); | |||
private static final String DEFAULT_FILE_IO_IMPL = "org.apache.iceberg.io.ResolvingFileIO"; |
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.
You could use the name from the class potentially, rather than a string literal, as ResolvingFileIO
is in core.
I think we need to discuss this more before merging it. This will change the default |
I remember discussing this in the community sync. Why this didn't move forward? |
@ajantha-bhat this will be done prior to releasing 2.0.0 |
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
No description provided.