Copilot commented on code in PR #2965:
URL: https://github.com/apache/hugegraph/pull/2965#discussion_r2930080053
##########
install-dist/release-docs/LICENSE:
##########
@@ -203,9 +203,9 @@
============================================================================
- APACHE HUGEGRAPH (Incubating) SUBCOMPONENTS:
+ APACHE HUGEGRAPH SUBCOMPONENTS:
- The Apache HugeGraph(Incubating) project contains subcomponents with
separate copyright
+ The Apache HugeGraph project contains subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
Review Comment:
Minor grammar issue: the phrase "for the these" reads incorrect and should
be corrected (e.g., "for these"). Since this file is being edited here anyway,
it would be good to fix it for clarity.
##########
hugegraph-server/hugegraph-dist/src/assembly/travis/run-api-test.sh:
##########
@@ -34,8 +34,8 @@ mvn package -Dmaven.test.skip=true -ntp
# add mysql dependency
wget -P $SERVER_DIR/lib/
https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar
-if [[ ! -e "$SERVER_DIR/ikanalyzer-2012_u6.jar" ]]; then
- wget -P $SERVER_DIR/lib/
https://raw.githubusercontent.com/apache/incubator-hugegraph-doc/ik_binary/dist/server/ikanalyzer-2012_u6.jar
+if [[ ! -e "$SERVER_DIR/lib/ikanalyzer-2012_u6.jar" ]]; then
+ wget -P $SERVER_DIR/lib/
https://raw.githubusercontent.com/apache/hugegraph-doc/ik_binary/dist/server/ikanalyzer-2012_u6.jar
Review Comment:
The ik-analyzer download URL is missing the branch/ref segment required by
raw.githubusercontent.com URLs, so this wget will 404 and break the CI script.
Update the URL to include the correct ref (e.g., /master/ or /main/) or use a
stable ASF-hosted artifact URL instead of a GitHub raw link.
--
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]