apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.37k stars 1.3k forks source link

getRangeSplitPoints result unusable in java binding #6483

Open imperatorx opened 2 years ago

imperatorx commented 2 years ago

getRangeSplitPoint returns a KeyArrayResult, but the getter in it is missing and the property is package private.

https://github.com/apple/foundationdb/blob/07e531947765696c3d0e80703967dd5da420fb28/bindings/java/src/main/com/apple/foundationdb/KeyArrayResult.java#L26

imperatorx commented 2 years ago

Fixed in #7166