From 96288e454fc06a6f84193d771f7139b43a985e77 Mon Sep 17 00:00:00 2001 From: Alan Sheinberg <57688982+AlanConfluent@users.noreply.github.com> Date: Wed, 3 Feb 2021 10:44:37 -0800 Subject: [PATCH] fix: Changes a couple query validation tests after upgrade to antlr (#6941) --- .../src/test/resources/query-validation-tests/group-by.json | 2 +- .../src/test/resources/query-validation-tests/partition-by.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ksqldb-functional-tests/src/test/resources/query-validation-tests/group-by.json b/ksqldb-functional-tests/src/test/resources/query-validation-tests/group-by.json index 2a40fd694d99..d5712073a008 100644 --- a/ksqldb-functional-tests/src/test/resources/query-validation-tests/group-by.json +++ b/ksqldb-functional-tests/src/test/resources/query-validation-tests/group-by.json @@ -861,7 +861,7 @@ ], "expectedException": { "type": "io.confluent.ksql.parser.exception.ParseFailedException", - "message": "mismatched input 'AND' expecting ';'" + "message": "mismatched input 'AND' expecting {';'" } }, { diff --git a/ksqldb-functional-tests/src/test/resources/query-validation-tests/partition-by.json b/ksqldb-functional-tests/src/test/resources/query-validation-tests/partition-by.json index 22c322e530eb..32d284413fea 100644 --- a/ksqldb-functional-tests/src/test/resources/query-validation-tests/partition-by.json +++ b/ksqldb-functional-tests/src/test/resources/query-validation-tests/partition-by.json @@ -397,7 +397,7 @@ ], "expectedException": { "type": "io.confluent.ksql.parser.exception.ParseFailedException", - "message": "mismatched input 'AND' expecting ';'" + "message": "mismatched input 'AND' expecting {';'" } }, {