Member since
02-28-2016
45
Posts
45
Kudos Received
2
Solutions
06-17-2016
03:43 AM
Yes ascending is usually a default in most languages. https://pig.apache.org/docs/r0.14.0/basic.html#order-by Usage Note: ORDER BY is NOT stable; if multiple records have the same ORDER BY key, the order in which these records are returned is not defined and is not guarantted to be the same from one run to the next.
... View more