Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Nov 14, 2024
1 parent e9c550a commit 23fb3fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/parquet/bloom_filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ class PARQUET_EXPORT BloomFilter {
/// Compute hash for fixed byte array value by using its plain encoding result.
///
/// @param value the value to hash.
/// @param type_len the value length.
uint64_t Hash(const FLBA& value, uint32_t type_len) const {
return Hash(&value, type_len);
}
Expand Down

0 comments on commit 23fb3fa

Please sign in to comment.