blob: 9f298d84e02c4629acf4e70104d07d965055a022 [file] [log] [blame]
{
"tests": [
{
"description": "query: ArrayUnion in Where",
"comment": "ArrayUnion is not permitted in queries.",
"query": {
"collPath": "projects/projectID/databases/(default)/documents/C",
"clauses": [
{
"where": {
"path": {
"field": [
"a"
]
},
"op": "==",
"jsonValue": "[\"ArrayUnion\", 1, 2, 3]"
}
}
],
"isError": true
}
}
]
}