Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IngestExternalFileOptions update Java API to include several recently added option, in parity with C++ #12999

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 2, 2024

  1. Java API - new external file ingest options

    The C++ API IngestExternalFileOptions has options that are not present in the Java API. We have added these:
    verify_checksums_before_ingest
    verify_checksums_readahead_size
    verify_file_checksum
    fail_if_not_bottommost_level
    alanpaxton committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6b1af14 View commit details
    Browse the repository at this point in the history
  2. Add ingest internal file option to link files

    New option literally appeared when I rebased to PR previous updates. Add linkFiles option now.
    alanpaxton committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b2c2569 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464f0f2 View commit details
    Browse the repository at this point in the history
  4. Review comments

    Convert true/false to JNI_TRUE/JNI_FALSE correctly
    alanpaxton committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d8da044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04fe12a View commit details
    Browse the repository at this point in the history