Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In HIVE-4717 I tried changing the last line of ptf_npath.q from:
where fl_num = 1142;
to:
where fl_num = 1142 order by origin_city_name, fl_num, year, month, day_of_month, sz, tpath;
in order to make the test deterministic. However this results, not just different order, in different results for 0.23 and 0.20S.