** Changed in: zorba
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1022557

Title:
  tumbling window query returns wrong result

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  Here is the query:

  for tumbling window $w in (1,1,1,1,1,4,2,2,2,2,2,2,4,3,3,3,3,3,4)             
                                  
  start $s when true()                                                          
     
  end $e when $e = 4                                                       
  return <window>{fn:subsequence($w, 1, 3)}</window>

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1022557/+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

Reply via email to