fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Resolve #1865

Open ohadzeliger opened this issue 3 years ago • 3 comments

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).

ohadzeliger avatar Oct 14 '22 17:10 ohadzeliger

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)

foundationdb-ci avatar Oct 14 '22 17:10 foundationdb-ci

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)

foundationdb-ci avatar Oct 14 '22 17:10 foundationdb-ci