aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql
diff options
context:
space:
mode:
authorMaxim Yurchuk <maxim-yurchuk@ydb.tech>2024-11-24 18:29:03 +0000
committerGitHub <noreply@github.com>2024-11-24 18:29:03 +0000
commitd07a4859aa083d0e7cf47020da9036f176f61d00 (patch)
tree5f3772c6600fcc5737420bf7874bb89833b35b00 /yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql
parent398fb410adba8fede893681a5e67a809f02d0750 (diff)
parent9002c47536c0c2d348b001535c540667e7910b65 (diff)
downloadydb-d07a4859aa083d0e7cf47020da9036f176f61d00.tar.gz
Merge pull request #11909 from ydb-platform/mergelibs-241123-2111HEADmain
Library import 241123-2111
Diffstat (limited to 'yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql')
-rw-r--r--yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql b/yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql
index 7e94a73ccc..2c6dfcf9b9 100644
--- a/yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql
+++ b/yql/essentials/tests/sql/suites/json/json_value/passing_exception.sql
@@ -1,5 +1,6 @@
/* syntax version 1 */
/* postgres can not */
+/* custom error:Expected data or optional of data, but got: Tuple<Int32,Int32>*/
$json = CAST(@@{
"key": 123
@@ -11,4 +12,4 @@ SELECT
$json, "strict $var"
PASSING
AsTuple(1, 2) as var
- ); \ No newline at end of file
+ );