Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hstore support bulkload
  • Loading branch information
haohao0103 committed Oct 18, 2024
1 parent 131ba1b commit 826a74e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ private Map<Long, Long> getGraphId(String graphName, String[] urls) {
return resMap;
} catch (Exception e) {
log.error("Failed to get graphId", e);
break;
} finally {
if (client != null) {
try {
Expand Down

0 comments on commit 826a74e

Please sign in to comment.