summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/linear/runtime_not_consumed.yql
blob: 6e91061396078b885d770ff5ba98cb9ee6de702d (plain) (blame)
1
2
3
4
5
6
7
8
9
/* dqfile can not - missing langver support */
/* hybridfile can not - missing langver support */
/* custom error:Linear value is not consumed */

select FromMutDict(FromDynamicLinear(Unwrap(Opaque([
   ToDynamicLinear(ToMutDict({key},TableRow())),
   ToDynamicLinear(ToMutDict({value},TableRow()))])[0])))
from plato.Input;