generated from amazon-archives/__template_Custom
-
Couldn't load subscription status.
- Fork 176
Open
Labels
PPLPiped processing languagePiped processing languagecalcitecalcite migration releatedcalcite migration releatedenhancementNew feature or requestNew feature or request
Description
Problem Statement
Time unit conventions are inconsistent across PPL commands, causing confusion and making queries non-portable between commands.
Current State
Case sensitivity inconsistencies:
- bin command:
M= minutes - stats command:
M= months
Command-specific time units:
- bin command supports:
US(microseconds),CS(centiseconds),DS(deciseconds) - stats command: does not support these subsecond units
Long-Term Goals
- Establish consistent time unit conventions across all PPL commands
- Enable portable queries that work consistently across different commands
- Provide comprehensive time unit support where appropriate
- Maintain backward compatibility while addressing inconsistencies
Proposal
Standardize time unit support across PPL commands:
-
Consistent case sensitivity:
m= minuteM= month
-
Unified time unit support:
- Add missing subsecond units (us, cs, ds) to commands where appropriate
- Ensure consistent abbreviations and full names across commands
Metadata
Metadata
Assignees
Labels
PPLPiped processing languagePiped processing languagecalcitecalcite migration releatedcalcite migration releatedenhancementNew feature or requestNew feature or request
Type
Projects
Status
Not Started