Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.11
-
None
-
None
Description
In trunk, this code is broken:
A = LOAD 'test01' AS (f1:chararray,f2:int,f3:chararray);
B = order A by f1,f2,f3 DESC;