-
Notifications
You must be signed in to change notification settings - Fork 35
Remove support for HDFS #2185
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
Remove support for HDFS #2185
Conversation
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.
All of the changes should be made conditionally based on the libtiledb version. The same should also have been done for #2184.
Doesn't TileDB-Py only support a single minor release of TileDB at a time? I don't see the value in adding conditional logic to support TileDB<2.28 if that is not supported.
I'm not overly worried about #2184. That test was super basic. Do you want me to send a follow-up PR to restore that test for TileDB<=2.27? |
ad2b827
to
b2bbb19
Compare
The test is failing because the token is missing after forking. |
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 approve!
Follow-up to #2184. HDFS support was removed upstream in TileDB via TileDB-Inc/TileDB#5496. However, this change hasn't been released yet, so I leave it to @kounelisagis to decide when it makes sense to merge this PR.
[sc-66019]