jianguotian opened a new pull request, #20: URL: https://github.com/apache/paimon-full-text/pull/20
## Summary Fail Python Wheel builds when the pre-built FFI native library cannot be found, instead of silently producing an unusable platform Wheel. Also allow an already packaged native library to be discovered during rebuilds. ## Scope - Python remains compatible with Python 3.8. - No core or FFI implementation changes. - No build-tool version pinning. - Independent of #17. Split from #16 as a user-visible build behavior change for separate review. ## Verification On Python 3.8: - A build without the native library fails with the expected error. - A build with PAIMON_FTINDEX_LIB_PATH succeeds and contains libpaimon_ftindex_ffi.so. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
