googleapis / googleapis/google-cloud-java
[java-bigtable] Incorrect documentation on regex string comparator about not supporting flags
Open
api: bigtable
type: docs
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
While comparing HBase and Bigtable and outlining what can be supported, the documentation outlined here: https://cloud.google.com/bigtable/docs/hbase-differences#filters says that BigTable
> Supports only the following comparators: RegexStringComparator with no flags and the EQUAL operator
It is possible to set case insensitivity flag using regex function in the library by setting RE2 flag for case insensitive search. `(?i)`
Contributor guide
Assessment
This issue has not been assessed yet.