You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/15 00:53:00 UTC

[jira] [Resolved] (HBASE-13190) REST RegexStringComparator should support charset and RegexStringComparator.EngineType

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

Andrew Kyle Purtell resolved HBASE-13190.
-----------------------------------------
    Resolution: Incomplete

> REST RegexStringComparator should support charset and RegexStringComparator.EngineType
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-13190
>                 URL: https://issues.apache.org/jira/browse/HBASE-13190
>             Project: HBase
>          Issue Type: Improvement
>          Components: REST
>            Reporter: Serhiy Bilousov
>            Priority: Major
>
> There is no way to set charset (ISO-8859-1 as recommended) to RegexStringComparator through the REST call what make RegexString filter unusable for the row key made of arbitrary bytes. It also would be helpful to be able to pass RegexStringComparator.EngineType or configure HBase REST with default engine.
> This is major blocker in our business case.
> {code:title=ScannerModel.java|borderStyle=solid}
>     case RegexStringComparator:
>         comparator = new RegexStringComparator(value);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)