Alan Paxton
Alan Paxton
**Describe the bug** An XQuery using `where` clauses should be rewritten to use the defined attribute indexes, but it is not. It is consequently very slow. When I run this...
The LoggerFromOptions class is a Logger implementation which allows the placement of the logger outside the DB. Used as a logger for a ReadOnly DB on a readonly filesystem, for...
The C++ API IngestExternalFileOptions has options that are not present in the Java API. We have added Java version of these C++ options: verify_checksums_before_ingest verify_checksums_readahead_size verify_file_checksum fail_if_not_bottommost_level link_files The Java...
When a key did not exist in the system, various `get()` calls from the Java API were using an exception-based return path within the C++ stubs used by the Java/JNI...
### Expected behavior All CI tests pass ### Actual behavior See failure in main with the changes: https://github.com/facebook/rocksdb/actions/runs/10864032196 See failure in this PR rebased on current main: (https://github.com/facebook/rocksdb/actions/runs/10885994804/job/30204916439?pr=12999) Commit 0e04ef1a96d75acdcf2cf1802692375d62aea64c...