LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-28] Multiset SPLICE operator is not cleaned up #842

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jpham", created="Mon, 23 Jan 2006 19:34:22 -0500 (GMT-05:00)"] For example:

select*from unnest(multiset[1,2,3]);
Error: java.lang.UnsupportedOperationException: null (state=,code=0)

See regressionsql/multiset.sql for more test cases