Skip to content

Commit

Permalink
Update src/Storages/MergeTree/ReplicatedMergeTreeTableMetadata.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
  • Loading branch information
canhld94 and tavplubix committed Dec 14, 2023
1 parent 3f3eb4d commit f17083d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void ReplicatedMergeTreeTableMetadata::write(WriteBuffer & out) const
if (!version_column.empty())
out << "version column: " << version_column << "\n";
if (!is_deleted_column.empty())
out << "is delete column: " << is_deleted_column << "\n";
out << "is_deleted column: " << is_deleted_column << "\n";
if (!columns_to_sum.empty())
out << "columns to sum: " << columns_to_sum << "\n";
if (!graphite_params_hash.empty())
Expand Down

0 comments on commit f17083d

Please sign in to comment.