javeme commented on issue #1950: URL: https://github.com/apache/incubator-hugegraph/issues/1950#issuecomment-1256042895
@zhengyingying Yes it looks fixed, but due to v0.12.0 version does not contain the latest code, you can try cherry-pick [that commit](https://github.com/apache/incubator-hugegraph/pull/1737) and execute `mvn package` manually to get a bugfix tar. how to cherry-pick and package manually: ```js git checkout master git pull git checkout -b release-0.12 origin/release-0.12 git cherry-pick cadeade476e5e9773471cbc67b1a65ed505eba77 mvn package -DskipTests ``` -- 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org