javeme commented on issue #1898:
URL:
https://github.com/apache/incubator-hugegraph/issues/1898#issuecomment-1149687250
有可能是groovy限制了动态参数长度问题,可以尝试将参数使用中括号:
```java
schema.vertexLabel("car_model").usePrimaryKeyId().properties(["p1", "p2",
"p3...").ifNotExist().create();
```
--
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]