cxzl25 commented on PR #28: URL: https://github.com/apache/orc-format/pull/28#issuecomment-3142101172
I found a very strange problem Currently, the Java code generated by release's orc-format 1.1.0 still calls the `makeExtensionsImmutable` method, but I rebuild orc-format from the source code and will not call `makeExtensionsImmutable` Maybe this problem caused the warning. Current Jar <img width="1171" height="490" alt="image" src="https://github.com/user-attachments/assets/e7169f3b-e52c-419f-a183-af08e4cbc9a1" /> Rebuild Jar not found `makeExtensionsImmutable` <img width="1095" height="576" alt="image" src="https://github.com/user-attachments/assets/6f435221-47b0-48fa-8b98-281e3f83bc9b" /> -- 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]
