Duo Zhang created HBASE-24856:
---------------------------------

             Summary: Fix error prone error in FlushTableSubprocedure
                 Key: HBASE-24856
                 URL: https://issues.apache.org/jira/browse/HBASE-24856
             Project: HBase
          Issue Type: Bug
            Reporter: Duo Zhang


{noformat}
[ERROR] 
/home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_master/component/hbase-server/src/main/java/org/apache/hadoop/hbase/procedure/flush/FlushTableSubprocedure.java:[105,30]
 error: [ArraysAsListPrimitiveArray] Arrays.asList does not autobox primitive 
arrays, as one might expect.
    (see https://errorprone.info/bugpattern/ArraysAsListPrimitiveArray)
  Did you mean 'families = Bytes.asList(Bytes.toBytes(family));'?
[INFO] 1 error
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to