fdb-record-layer
fdb-record-layer copied to clipboard
Resolve #1865
Refactor the remote fetch indexEntriesToIndexRecords method to use an internal method, and expose a new buildSingleRecord method externally.
The new method, buildSingleRecord(@Nonnull FDBIndexedRawRecord indexedRawRecord), can now be used externally, for example when one needs to get a record from a remote fetch MappedRange structure (as opposed to the previous method that only returned a cursor).
Result of fdb-record-layer-pr-proto2 on Linux CentOS 7
- Commit ID: 1462ed6be1e6a2e3919e7c03b9e77e71d9474ddd
- Duration 0:15:36
- Result: :white_check_mark: SUCCEEDED
- Error:
N/A - Build Logs (available for 30 days)
- Build Artifact (available for 30 days)
Result of fdb-record-layer-pr-proto3 on Linux CentOS 7
- Commit ID: 1462ed6be1e6a2e3919e7c03b9e77e71d9474ddd
- Duration 0:16:32
- Result: :white_check_mark: SUCCEEDED
- Error:
N/A - Build Logs (available for 30 days)
- Build Artifact (available for 30 days)







