From a86cfec84f1485c5f8f070fc24013adafc673836 Mon Sep 17 00:00:00 2001 From: Sachin Vasant Date: Wed, 6 Aug 2025 17:10:46 +0100 Subject: [PATCH 1/2] feat: add error 42N79 to docs --- modules/ROOT/content-nav.adoc | 1 + modules/ROOT/pages/errors/gql-errors/42N79.adoc | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 modules/ROOT/pages/errors/gql-errors/42N79.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 579b914e..84364a03 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -333,6 +333,7 @@ **** xref:errors/gql-errors/42N76.adoc[] **** xref:errors/gql-errors/42N77.adoc[] **** xref:errors/gql-errors/42N78.adoc[] +**** xref:errors/gql-errors/42N79.adoc[] **** xref:errors/gql-errors/42N81.adoc[] **** xref:errors/gql-errors/42N82.adoc[] **** xref:errors/gql-errors/42N83.adoc[] diff --git a/modules/ROOT/pages/errors/gql-errors/42N79.adoc b/modules/ROOT/pages/errors/gql-errors/42N79.adoc new file mode 100644 index 00000000..63399113 --- /dev/null +++ b/modules/ROOT/pages/errors/gql-errors/42N79.adoc @@ -0,0 +1,13 @@ += 42N79 + +== Status description +error: syntax error or access rule violation - invalid allReduce arguments. +The function allReduce() has the signature: allReduce(accumulator :: VARIABLE = initial :: ANY, variable :: VARIABLE IN list :: LIST | expression :: ANY, predicate :: BOOLEAN ) :: BOOLEAN. + + +ifndef::backend-pdf[] +[discrete.glossary] +== Glossary + +include::partial$glossary.adoc[] +endif::[] From 5fa9408a78435258715a75ea7c91924aeeca7971 Mon Sep 17 00:00:00 2001 From: Sachin Vasant Date: Thu, 7 Aug 2025 14:00:16 +0100 Subject: [PATCH 2/2] change description to match source --- modules/ROOT/pages/errors/gql-errors/42N79.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/errors/gql-errors/42N79.adoc b/modules/ROOT/pages/errors/gql-errors/42N79.adoc index 63399113..16dfc796 100644 --- a/modules/ROOT/pages/errors/gql-errors/42N79.adoc +++ b/modules/ROOT/pages/errors/gql-errors/42N79.adoc @@ -2,7 +2,7 @@ == Status description error: syntax error or access rule violation - invalid allReduce arguments. -The function allReduce() has the signature: allReduce(accumulator :: VARIABLE = initial :: ANY, variable :: VARIABLE IN list :: LIST | expression :: ANY, predicate :: BOOLEAN ) :: BOOLEAN. +The function allReduce() has the signature: allReduce(accumulator :: VARIABLE = initial :: ANY, variable :: VARIABLE IN list :: LIST | reducer :: ANY, predicate :: BOOLEAN ) :: BOOLEAN. ifndef::backend-pdf[]