Skip to content

Add remaining IngestExternalFileOptions to C API#14438

Open
jemtucker wants to merge 1 commit intofacebook:mainfrom
jemtucker:c-api-ingestexternalfileoptions
Open

Add remaining IngestExternalFileOptions to C API#14438
jemtucker wants to merge 1 commit intofacebook:mainfrom
jemtucker:c-api-ingestexternalfileoptions

Conversation

@jemtucker
Copy link

RocksDB's C++ API currently exposes a number of IngestExternalFileOptions that are not available to be set via the C API.

This pull request adds setters for all the remaining IngestExternalFileOptions members:

  • link_files
  • failed_move_fall_back_to_copy
  • write_global_seqno
  • verify_checksums_before_ingest
  • verify_checksums_readahead_size
  • verify_file_checksum
  • allow_db_generated_files
  • fill_cache

This fixes #14437

@meta-cla meta-cla bot added the CLA Signed label Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some IngestExternalFileOptions not exposed to C API

1 participant