LYD031106 commented on code in PR #2888:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2888#discussion_r2469994128


##########
hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java:
##########
@@ -223,6 +223,7 @@ public void truncate() {
         this.checkOpened();
 
         this.truncateTables();
+        this.init();

Review Comment:
   I have submitted a MySQL compatibility fix to the `release-1.5.0` branch. 
Since this is a legacy compatibility patch, I will submit a separate PR to the 
master branch to address the HBase storage issues.
   Regarding the addition of test cases: I’ve noticed that `hugegraph-test` 
currently lacks backend-specific tests for `HBase` and `MySQL`. I plan to add a 
minimal set of regression tests. However, I’m not very familiar with how to 
build such backend-specific test cases. Could you please provide some guidance 
or reference examples?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to