br1ghtyang / asterixdb

Automatically exported from code.google.com/p/asterixdb
0 stars 0 forks source link

[Severity-BetaBlocker] NPE in nested let #501

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported from Raman:

This query
let $a:= let $temp:=1
               return (
               let $z:=$temp
               return $z
               )
return $a

will end with NPE.

Original issue reported on code.google.com by buyingyi@gmail.com on 4 Jun 2013 at 8:34

GoogleCodeExporter commented 8 years ago

Original comment by vinay...@gmail.com on 5 Jun 2013 at 1:06