generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
PPLPiped processing languagePiped processing languagePriority-Lowcalcitecalcite migration releatedcalcite migration releatedenhancementNew feature or requestNew feature or request
Description
Add sortby option to dedup PPL command to make it easy to sort the result.
When sortby option is specified, the input rows should be sorted before dedup. (equivalent to put sort command before dedup command)
Syntax:
dedup ...(other params) <sort-by-clause>
<sort-by-clause>
Syntax: sortby ( - | + ) <sort-field> [(- | +) <sort_field> ...]
Example:
dedup user sortby -_time
Priority: Low (Expecting lower usage and can be done with separate sort command)
Metadata
Metadata
Assignees
Labels
PPLPiped processing languagePiped processing languagePriority-Lowcalcitecalcite migration releatedcalcite migration releatedenhancementNew feature or requestNew feature or request
Type
Projects
Status
In progress