aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/json2/test/cases/SqlQueryError.sql
blob: 4aaa329fc0610e104befe2d9ddabcd9cec7f73bc (plain) (blame)
1
2
3
4
5
6
7
/* syntax version 1 */

$path = Json2::CompilePath("strict $.x");

$jsonpath_error = CAST(@@{"y": []}@@ as Json);
SELECT
    Json2::SqlQuery($jsonpath_error, $path, AsDict(), false, NULL, true, NULL);