Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stream_metadata enum -Wint-in-bool-context warning
There is an warning in the code: ``` /incubator-kvrocks/src/storage/batch_extractor.cc:89:50: warning: enum constant in boolean context [-Wint-in-bool-context] 89 | StreamMetadata stream_metadata(kRedisStream); ``` This was introduced in apache#1345
- Loading branch information