-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-13544 [Java]: Remove APIs that have been deprecated for long #10864
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
Closed
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
Contributor
|
@liyafan82 thanks for doing this. i think we should split this work as follows:
|
Contributor
Author
@emkornfield Thanks for the good suggestion. I will split it accordingly. |
This was referenced Aug 10, 2021
Closed
Closed
emkornfield
pushed a commit
that referenced
this pull request
Sep 2, 2021
…hanges to Vectors) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in #10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to vectors Closes #10910 from liyafan82/fly_0810_depv Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
emkornfield
pushed a commit
that referenced
this pull request
Sep 2, 2021
…hanges to JDBC) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in #10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to the JDBC adapter Closes #10912 from liyafan82/fly_0811_depj Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
emkornfield
pushed a commit
that referenced
this pull request
Sep 12, 2021
…hanges to ArrowBuf) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in #10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to `ArrowBuf` Closes #10901 from liyafan82/fly_0810_dep Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
emkornfield
pushed a commit
that referenced
this pull request
Oct 8, 2021
…ing unsupported operations Some APIs representing unsupported operations should not be annotated deprecated, unless the overriden APIs are deprecated in the super classes/interfaces. According to the discussion in #10864 (comment), we open a separate issue for this. Closes #10911 from liyafan82/fly_0811_ano Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
ViniciusSouzaRoque
pushed a commit
to s1mbi0se/arrow
that referenced
this pull request
Oct 20, 2021
…hanges to Vectors) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to vectors Closes apache#10910 from liyafan82/fly_0810_depv Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
ViniciusSouzaRoque
pushed a commit
to s1mbi0se/arrow
that referenced
this pull request
Oct 20, 2021
…hanges to JDBC) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to the JDBC adapter Closes apache#10912 from liyafan82/fly_0811_depj Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
ViniciusSouzaRoque
pushed a commit
to s1mbi0se/arrow
that referenced
this pull request
Oct 20, 2021
…hanges to ArrowBuf) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to `ArrowBuf` Closes apache#10901 from liyafan82/fly_0810_dep Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
ViniciusSouzaRoque
pushed a commit
to s1mbi0se/arrow
that referenced
this pull request
Oct 20, 2021
…ing unsupported operations Some APIs representing unsupported operations should not be annotated deprecated, unless the overriden APIs are deprecated in the super classes/interfaces. According to the discussion in apache#10864 (comment), we open a separate issue for this. Closes apache#10911 from liyafan82/fly_0811_ano Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
This was referenced Sep 12, 2021
kou
pushed a commit
to apache/arrow-java
that referenced
this pull request
Nov 25, 2024
…hanges to ArrowBuf) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache/arrow#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to `ArrowBuf` Closes #10901 from liyafan82/fly_0810_dep Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
kou
pushed a commit
to apache/arrow-java
that referenced
this pull request
Nov 25, 2024
…ing unsupported operations Some APIs representing unsupported operations should not be annotated deprecated, unless the overriden APIs are deprecated in the super classes/interfaces. According to the discussion in apache/arrow#10864 (comment), we open a separate issue for this. Closes #10911 from liyafan82/fly_0811_ano Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
pribor
pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
…hanges to Vectors) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to vectors Closes apache#10910 from liyafan82/fly_0810_depv Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
pribor
pushed a commit
to GlobalWebIndex/arrow
that referenced
this pull request
Oct 24, 2025
…hanges to JDBC) See https://issues.apache.org/jira/browse/ARROW-13544 According to the discussion in apache#10864 (comment), we want to split the task into multiple parts. This PR is for the changes related to the JDBC adapter Closes apache#10912 from liyafan82/fly_0811_depj Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
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.
For some APIs, it has been a long time since they were annotated deprecated. During this time, a number of releases have been published. So it is time to get rid of them.
Please also note that some APIs representing unsupported operations should not be annotated deprecated, unless the overriden APIs are deprecated in the super classes/interfaces.