You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by je...@apache.org on 2022/11/15 13:16:43 UTC

[incubator-hugegraph] branch mac-m1-jna-fix updated (87fd8f5d8 -> 25c5fd76e)

This is an automated email from the ASF dual-hosted git repository.

jermy pushed a change to branch mac-m1-jna-fix
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


    from 87fd8f5d8 update jna version in known-dependencies.txt
     add 833ce2f0b Fix bug: Closing iterators on errors for CassandraTable and MysqlTable (#2014)
     add b79a690cd Adding try-with-resources block around PredictionTraverser (#2016)
     add 25c5fd76e Merge branch 'master' into mac-m1-jna-fix

No new revisions were added by this update.

Summary of changes:
 .../com/baidu/hugegraph/api/traversers/AdamicAdarAPI.java     |  9 +++++----
 .../baidu/hugegraph/api/traversers/ResourceAllocationAPI.java | 11 ++++++-----
 .../hugegraph/backend/store/cassandra/CassandraTable.java     |  6 ++++++
 .../com/baidu/hugegraph/backend/store/mysql/MysqlTable.java   |  6 ++++++
 4 files changed, 23 insertions(+), 9 deletions(-)