[
https://issues.apache.org/jira/browse/HBASE-28729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17870021#comment-17870021
]
Hudson commented on HBASE-28729:
--------------------------------
Results for branch master
[build #1135 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1135/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1135/General_20Nightly_20Build_20Report/]
(/) {color:green}+1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1135/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(x) {color:red}-1 client integration test{color}
-- Something went wrong with this stage, [check relevant console
output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1135//console].
> Change the generic type of List in InternalScanner.next
> -------------------------------------------------------
>
> Key: HBASE-28729
> URL: https://issues.apache.org/jira/browse/HBASE-28729
> Project: HBase
> Issue Type: Sub-task
> Components: Coprocessors, regionserver
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0-beta-2
>
>
> Plan to change it from List<Cell> to List<? super ExtendedCell>, so we could
> pass both List<Cell> and List<ExtendedCell> to it, or even List<RawCell> for
> coprocessors.
> This could save a lot of casting in our main code.
> This is an incompatible change for coprocessors, so it will only go into
> branch-3+, and will be marked as incompatible change.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)