Skip to content

Commit 7273d25

Browse files
committed
Respond to api change on main for DataInKeySpacePath
1 parent c95c157 commit 7273d25

File tree

1 file changed

+1
-1
lines changed
  • fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/keyspace

1 file changed

+1
-1
lines changed

fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/provider/foundationdb/keyspace/KeySpacePathImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public CompletableFuture<Void> importData(@Nonnull FDBRecordContext context,
411411

412412
// Store the data
413413
byte[] keyBytes = keyTuple.pack();
414-
byte[] valueBytes = dataItem.getRawKeyValue().getValue();
414+
byte[] valueBytes = dataItem.getValue();
415415
context.ensureActive().set(keyBytes, valueBytes);
416416

417417
return AsyncUtil.DONE;

0 commit comments

Comments
 (0)