From a0388ff69a83aa4addf51236b77bf275b3647590 Mon Sep 17 00:00:00 2001 From: Victor Barua Date: Tue, 8 Oct 2024 14:29:28 -0700 Subject: [PATCH] feat: specify row_number start (#722) (#723) row_number should start counting rows at 1 --- extensions/functions_arithmetic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/functions_arithmetic.yaml b/extensions/functions_arithmetic.yaml index 050af6593..5538d43b9 100644 --- a/extensions/functions_arithmetic.yaml +++ b/extensions/functions_arithmetic.yaml @@ -1648,7 +1648,7 @@ aggregate_functions: window_functions: - name: "row_number" - description: "the number of the current row within its partition." + description: "the number of the current row within its partition, starting at 1" impls: - args: [] nullability: DECLARED_OUTPUT