Skip to content

Commit

Permalink
format be code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryange committed Jan 6, 2025
1 parent 68ae141 commit 2696e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion be/src/vec/functions/ip_address_dictionary.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class IPAddressDictionary : public IDictionary {

RowIdxConstIter ip_not_found() const { return origin_row_idx_column.end(); }

RowIdxConstIter lookupIP(const IPv6 & target) const;
RowIdxConstIter lookupIP(const IPv6& target) const;

void load_data(ColumnPtr& key_column, std::vector<ColumnPtr>& attributes_column);

Expand Down
2 changes: 1 addition & 1 deletion be/test/vec/function/function_hash_map_dict_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void test_hash_map_dict() {
{attribute_column->clone(), std::make_shared<AttributeDataType>(), "attribute"}};

ColumnPtr input_key = key_column->clone();

auto dict =
HashMapDictionary<KeyDataType>::create_hash_map_dict("test", input_key, attribute_data);

Expand Down

0 comments on commit 2696e6f

Please sign in to comment.