googleapis / googleapis/google-cloud-java
[java-bigtable] Incorrect documentation on regex string comparator about not supporting flags
Đang mở
api: bigtable
type: docs
- Ngôn ngữ chính
- Java
- Star
- 2.1k
- Fork
- 1.2k
- Merge trung bình
- 1 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 154
Mô tả
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)`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.