googleapis / googleapis/google-cloud-java
[java-bigtable] Incorrect documentation on regex string comparator about not supporting flags
Abierto
api: bigtable
type: docs
- Lenguaje dominante
- Java
- Estrellas
- 2.1k
- Forks
- 1.2k
- Merge medio
- 1 d 23 h
- PR fusionados (30 d)
- 154
Descripción
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)`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.