summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/simple_pg/eval_params_fail.yql
blob: 18d17cdc3163c8714ee5903282aec656b24a7064 (plain) (blame)
1
2
3
/* custom error: Error: Failed to parse data for parameter: $x, reason: YSON parsing failed: yql/essentials/minikql/mkql_terminator.cpp:xxx: ERROR:  malformed array literal: "NOT VALID ARRAY" */
declare $x as _pgbytea;
select $x;