Closed Au-Miner closed 4 months ago
have you checked the md5 of the packaged jar? it's no need to run cargo clean or mvn clean, you can just rerun mvn package -Pspark333 -Prelease
after editing the code.
The problem has been resolved. It turns out that the jar package in my spark333 jar directory was not successfully replaced. Thanks!
Describe the bug After modifying the Rust code and recompiling, the changes are not taking effect.
To Reproduce Steps to reproduce the behavior:
log:: info! ("initializing JNI bridge");
tolog:: info! ("initializing JNI bridge by wql");
cargo clean
,mvn clean
,rm -rf Cargo.lock
, Delete all target files.Expected behavior The log output should output 'initializing JNI bridge by wql'`
Screenshots
Desktop: