You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(blob): address review comments on write-null options
- Reorder the write-null parameters before fs/pool in BlobFormatWriter
to match the Java constructor order, and document them on Create().
- Map JDO_FILE_NOT_FOUND_ERROR to Status::NotExist directly in
PAIMON_RETURN_NOT_OK_FROM_JINDO and drop the _WITH_NOT_EXIST variant,
making all jindo call sites consistent with LocalFileSystem.
- Enable jindo_utils_test in fs_test when PAIMON_ENABLE_JINDO is ON; it
only checks in-memory status conversion and needs no OSS cluster.
- Add end-to-end write-null tests in blob_table_inte_test.cpp covering
the NULL element merge with data files and the failure paths.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments