This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a commit to branch fix-pd-store
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/fix-pd-store by this push:
new f029097a9 chore: add comment
f029097a9 is described below
commit f029097a915726f8c965176022c3b2ba2a86d378
Author: VGalaxies <[email protected]>
AuthorDate: Sun Feb 4 00:09:08 2024 +0800
chore: add comment
---
.../org/apache/hugegraph/backend/store/hstore/HstoreSessionsImpl.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreSessionsImpl.java
b/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreSessionsImpl.java
index 2911ca59a..27de0e029 100755
---
a/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreSessionsImpl.java
+++
b/hugegraph-server/hugegraph-hstore/src/main/java/org/apache/hugegraph/backend/store/hstore/HstoreSessionsImpl.java
@@ -318,6 +318,8 @@ public class HstoreSessionsImpl extends HstoreSessions {
if (gotNext) {
this.position = this.iter.position();
} else {
+ // QUESTION: Resetting the position may result in the caller
being unable to
+ // retrieve the corresponding position.
// this.position = null;
}
return gotNext;