From 883e68709441dbd89fb7a2716008ba3633476301 Mon Sep 17 00:00:00 2001 From: Travis Date: Tue, 2 Mar 2021 22:13:12 -0600 Subject: [PATCH] fix missing bracket --- pql/ast.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pql/ast.go b/pql/ast.go index 1d6442db9..00572e821 100644 --- a/pql/ast.go +++ b/pql/ast.go @@ -435,6 +435,7 @@ var callInfoByFunc = map[string]callInfo{ "_field": "", "field": "", }, + }, "Percentile": { allowUnknown: false, prototypes: map[string]interface{}{