[
https://issues.apache.org/jira/browse/AVRO-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748899#action_12748899
]
Doug Cutting commented on AVRO-109:
-----------------------------------
To implement this, we might add the following optional JSON keywords to schemas:
- "sort": "reverse" would indicate that records should be sorted in reverse
order by this field
- "sort": "ignore" would indicate that this field should be ignored when
sorting.
> add comparator control to record schemas
> ----------------------------------------
>
> Key: AVRO-109
> URL: https://issues.apache.org/jira/browse/AVRO-109
> Project: Avro
> Issue Type: New Feature
> Components: spec
> Reporter: Doug Cutting
>
> It should be possible to add information about ordering to record fields.
> AVRO-41 and AVRO-108 add ordering by fields. In addition, it would be useful
> to specify:
> - that a field should be sorted in reverse
> - that a field should be ignored when sorting
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.