Skip to content

Commit b810497

Browse files
committed
Respond to api change on main for DataInKeySpacePath
1 parent 44d609b commit b810497

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
@@ -341,7 +341,7 @@ public CompletableFuture<Void> importData(@Nonnull FDBRecordContext context,
341341

342342
// Store the data
343343
byte[] keyBytes = keyTuple.pack();
344-
byte[] valueBytes = dataItem.getRawKeyValue().getValue();
344+
byte[] valueBytes = dataItem.getValue();
345345
context.ensureActive().set(keyBytes, valueBytes);
346346

347347
return AsyncUtil.DONE;

0 commit comments

Comments
 (0)