googleapis / googleapis/google-cloud-java
[java-bigtable] Incorrect documentation on regex string comparator about not supporting flags
未关闭
api: bigtable
type: docs
- 主要语言
- Java
- 星标
- 2.1k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 154
描述
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)`
贡献指南
评估
这个 Issue 还没有评估数据。