Open aditi-pandit opened 3 months ago
@mbasmanova : Any particular reason we don't support these ? Don't think this has the logical type comparison issue as Timestamp with Timezone.
Hi @aditi-pandit I'll work on this one
@aditi-pandit No particular reason. Let's add missing functionality.
@BryanCutler Thank you for offering to work on this.
CC: @amitkdutta
Just a quick update - I have the basic implementation done for comparisons, working on adding tests and will put up a PR soon.
Description
Presto UUID type supports neq, lt, lte, gt, gte, between operations UUIDOperators
This allows more flexible use in SQL.
The lack of these operators causes exceptions today https://github.com/prestodb/presto/pull/23301/files#r1693434020
Since we support equality on UUID, it seems strange not to support the rest of these operations.