googleapis / googleapis/google-cloud-java
[java-bigtable] Incorrect documentation on regex string comparator about not supporting flags
Ouverte
api: bigtable
type: docs
- Langage dominant
- Java
- Étoiles
- 2.1k
- Forks
- 1.2k
- Merge moyen
- 1 j 23 h
- PR mergées (30 j)
- 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)`
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.