diff --git a/velox/core/PlanNode.h b/velox/core/PlanNode.h index 38d4f1f26fe9e..b78769e08e0cf 100644 --- a/velox/core/PlanNode.h +++ b/velox/core/PlanNode.h @@ -2083,7 +2083,6 @@ class WindowNode : public PlanNode { /// Frame bounds can be CURRENT ROW, UNBOUNDED PRECEDING(FOLLOWING) /// and k PRECEDING(FOLLOWING). K could be a constant or column. /// - /// k PRECEDING(FOLLOWING) is only supported for ROW frames now. /// k has to be of integer or bigint type. struct Frame { WindowType type;