Changeset: 4c63db733caa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4c63db733caa Modified Files: sql/test/nested/Tests/jdocs-wrapped-list.test.in Branch: nested Log Message:
Comments out crashing test diffs (18 lines): diff --git a/sql/test/nested/Tests/jdocs-wrapped-list.test.in b/sql/test/nested/Tests/jdocs-wrapped-list.test.in --- a/sql/test/nested/Tests/jdocs-wrapped-list.test.in +++ b/sql/test/nested/Tests/jdocs-wrapped-list.test.in @@ -48,10 +48,10 @@ statement ok insert into jdocs select json from '$TSTSRCDIR/jdocs-wrapped-list-list-format.json' ## CRASH -query T nosort list-format-file -select json from '$TSTSRCDIR/jdocs-wrapped-list-newline-format.json' ----- -TODO +##query T nosort list-format-file +##select json from '$TSTSRCDIR/jdocs-wrapped-list-newline-format.json' +##---- +##TODO query TIT nosort select jd.name, jd.id, ua.elem from jdocs, unnest(jd.actions.list) as ua _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
