We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0009969 commit ab4a5b6Copy full SHA for ab4a5b6
src/Processors/QueryPlan/ObjectFilterStep.h
@@ -10,7 +10,7 @@ namespace DB
10
/// (table functions like `s3Cluster`) and is used only to filter objects,
11
/// not to filter data after reading, because initiator can have not this column
12
/// In query like `SELECT count() FROM s3Cluster('cluster', ...) WHERE key=42`
13
-/// column `key` does not exists in blocks getting from cluster replicas.
+/// column `key` does not exist in blocks getting from cluster replicas.
14
class ObjectFilterStep : public IQueryPlanStep
15
{
16
public:
0 commit comments