VGalaxies commented on code in PR #2321:
URL:
https://github.com/apache/incubator-hugegraph/pull/2321#discussion_r1359895112
##########
hugegraph-store/hg-store-test/src/main/java/org/apache/hugegraph/store/util/UnsafeUtilTest.java:
##########
@@ -51,12 +51,12 @@ public void testMoveToString() {
@Test
public void testEncodedLength() {
- assertEquals(10, UnsafeUtf8Util.encodedLength("aa中文aa"));
+ assertEquals(10, UnsafeUtf8Util.encodedLength("aa 中文 aa"));
}
@Test
public void testEncodeUtf8() {
- assertEquals(10, UnsafeUtf8Util.encodeUtf8("aa中文aa", new byte[16], 0,
16));
+ assertEquals(10, UnsafeUtf8Util.encodeUtf8("aa 中文 aa", new byte[16],
0, 16));
Review Comment:
fixed
##########
.github/workflows/pd-store.yml:
##########
@@ -0,0 +1,216 @@
+name: "pd-store"
+
+on:
+ push:
+ branches:
+ - master
+ - 'release-*'
+ - 'test-*'
+ pull_request:
+
+jobs:
+ pd:
+ runs-on: ubuntu-20.04
Review Comment:
done
--
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]