Xiao Zhang created HBASE-28145:
----------------------------------
Summary: When specifying the wrong BoolFilter type while creating
a table in HBase shell, the log prompt will report an error.
Key: HBASE-28145
URL: https://issues.apache.org/jira/browse/HBASE-28145
Project: HBase
Issue Type: Bug
Components: shell
Affects Versions: 2.5.5, 3.0.0-alpha-4
Reporter: Xiao Zhang
Assignee: Xiao Zhang
Attachments: image-2023-10-11-16-14-31-219.png
Executing the following command in HBase shell, specifying the wrong BoolFilter
type, will prompt "ERROR: uninitialized constant
Java::OrgApacheHadoopHbaseRegionserver::StoreFile::BloomType".
```
create 'zx',\{NAME=>'0', BLOOMFILTER=>'TEST'}
```
!image-2023-10-11-16-14-31-219.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)