CRZbulabula commented on code in PR #17327:
URL: https://github.com/apache/iotdb/pull/17327#discussion_r3004814403


##########
integration-test/src/test/java/org/apache/iotdb/ainode/utils/AINodeTestUtils.java:
##########
@@ -60,35 +60,36 @@ public class AINodeTestUtils {
               new AbstractMap.SimpleEntry<>(
                   "moirai2", new FakeModelInfo("moirai2", "moirai", "builtin", 
"active")),
               new AbstractMap.SimpleEntry<>(
-                  "toto", new FakeModelInfo("toto", "toto", "builtin", 
"active")))
+                  "toto", new FakeModelInfo("toto", "toto", "builtin", 
"active")),
+              new AbstractMap.SimpleEntry<>(
+                  "patchtst_fm", new FakeModelInfo("patchtst_fm", 
"patchtst_fm", "builtin", "active")))

Review Comment:
   It seems that you have disrupted the original Java code format. Please run 
`mvn spotless:apply -P with-integration-tests` in the project source root, 
otherwise all CI will fail.



-- 
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]

Reply via email to