- From: <bugzilla@jessica.w3.org>
- Date: Mon, 14 Dec 2015 22:42:15 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29337
Bug ID: 29337
Summary: UseCaseR31-028 incorrectly assumes specific ordering
after group by
Product: XPath / XQuery / XSLT
Version: Proposed Edited Recommendation
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: josh.spiegel@oracle.com
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
The order of the tuple stream after the group by may vary depending on the
implementation. Thus, the contents of the constructed arrays may be different
depending on the implementation.
I suggest adding order by clauses to make the contents of the arrays consistent
across implementations.
e.g.
add "order by $state" after "group by $state"
add "order by $category" after "group by $category"
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 14 December 2015 22:42:18 UTC