linghengqian commented on issue #34414: URL: https://github.com/apache/shardingsphere/issues/34414#issuecomment-2602850633
- Thanks for the heads up, I never had time to open an issue for this. I will investigate the current issue further. - Verification was done on an Ubuntu 22.04 machine with `SDKMAN!` and `Docker CE` installed. But half a year later, it looks like this issue was fixed by adding shardingsphere's unreported GRM at https://github.com/apache/shardingsphere/pull/33179 . I'll see if there are any fallouts. ```shell sdk install java 22.0.2-graalce sudo apt-get install build-essential zlib1g-dev -y cd ./shardingsphere/ sdk use java 22.0.2-graalce ./mvnw -PnativeTestInShardingSphere -e -T 1C clean test ``` -- 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]
