This is confirmed. The compiler currently doesn't set the lazy flag (see translator.cpp:10471 in rev. 10564)
** Changed in: zorba Assignee: (unassigned) => Markos Zaharioudakis (markos-za) ** Changed in: zorba Milestone: None => 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898168 Title: Windowing doesn't stream Status in Zorba - The XQuery Processor: New Bug description: The following query: for tumbling window $w in (HUGE sequence of items) start at $s when fn:true() only end at $e when $e - $s eq 2 return <window>{ $w }</window> Loads the complete sequence in memory. To manage notifications about this bug go to: https://bugs.launchpad.net/zorba/+bug/898168/+subscriptions -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.net/~zorba-coders More help : https://help.launchpad.net/ListHelp