[ 
https://issues.apache.org/jira/browse/HBASE-19280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-19280:
--------------------------
    Fix Version/s:     (was: 2.0.0-beta-2)
                   2.0.0

> Move HFileWriterImpl.compressionByName(String name) to some utility class
> -------------------------------------------------------------------------
>
>                 Key: HBASE-19280
>                 URL: https://issues.apache.org/jira/browse/HBASE-19280
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ankit Singhal
>            Priority: Trivial
>             Fix For: 2.0.0
>
>
> This method can be moved to some utility (related jira PHOENIX-4368).
> {code}
> public static Compression.Algorithm compressionByName(String algoName) {
>     if (algoName == null)
>       return HFile.DEFAULT_COMPRESSION_ALGORITHM;
>     return Compression.getCompressionAlgorithmByName(algoName);
>   }
> {code}
> FYI, [~elserj]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to