rocksdb/java/src
Adam Retter e503f5e0a0 RocksJava should not limit valid format_version (#7242)
Summary:
Previously RocksJava limited the format_version to 4. However, the C++ API is now at 5, and this will likely increase again in future. The Java API now allows any positive integer, and an exception is raised from JNI if the format_version is out-of-bounds.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7242

Reviewed By: cheng-chang

Differential Revision: D23077941

Pulled By: pdillinger

fbshipit-source-id: ee69f7203448acddc41c6d86b470ed987d3d366d
2020-08-13 20:43:28 -07:00
..
main/java/org/rocksdb RocksJava should not limit valid format_version (#7242) 2020-08-13 20:43:28 -07:00
test/java/org/rocksdb RocksJava should not limit valid format_version (#7242) 2020-08-13 20:43:28 -07:00