QuakeWang opened a new pull request, #8950: URL: https://github.com/apache/paimon/pull/8950
### Purpose `NativeFullTextGlobalIndexReader` could mask the original initialization failure when input cleanup also failed. Its close path also stopped after the native reader failed to close, leaving the input stream open. Preserve the primary failure, attach cleanup failures as suppressed exceptions, and always attempt to close both resources. Add focused lifecycle regression tests. ### Tests - `mvn -B -ntp verify -pl paimon-full-text -Dcheckstyle.skip=true -Dspotless.check.skip=true` -- 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]
