palantir / atlasdb

Transactional Distributed Database Layer
https://palantir.github.io/atlasdb/
Apache License 2.0
45 stars 7 forks source link

Excavator: Upgrades Baseline to the latest version #7032

Closed svc-excavator-bot closed 3 months ago

svc-excavator-bot commented 3 months ago
excavator is a bot for automating changes across repositories.

Changes produced by the roomba/latest-baseline-oss check.

To enable or disable this check, please contact the maintainers of Excavator.

barisoyoruk commented 3 months ago

Baseline complains due to the usage of the ordinal() method, which is legit. Let's switch to assigning an index to each enum value and use these instead of the ordinal() method.