rdblue commented on issue #589: [WIP] Extend metadata with SortOrder URL: https://github.com/apache/incubator-iceberg/pull/589#issuecomment-552239946 > Whether to keep Direction and NullOrder as enums or convert them to booleans I think that an enum works best in a builder API, but enums are best for the metadata format and table metadata API. We want to avoid passing boolean options as config, but we do want to model the data in the API as tightly as possible.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
