Skip to content

Commit ab4a5b6

Browse files
authored
Fix typo
1 parent 0009969 commit ab4a5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processors/QueryPlan/ObjectFilterStep.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace DB
1010
/// (table functions like `s3Cluster`) and is used only to filter objects,
1111
/// not to filter data after reading, because initiator can have not this column
1212
/// In query like `SELECT count() FROM s3Cluster('cluster', ...) WHERE key=42`
13-
/// column `key` does not exists in blocks getting from cluster replicas.
13+
/// column `key` does not exist in blocks getting from cluster replicas.
1414
class ObjectFilterStep : public IQueryPlanStep
1515
{
1616
public:

0 commit comments

Comments
 (0)