VGalaxies commented on code in PR #2231:
URL:
https://github.com/apache/incubator-hugegraph/pull/2231#discussion_r1225679515
##########
hugegraph-dist/src/assembly/static/scripts/example.groovy:
##########
@@ -15,53 +15,55 @@
* under the License.
*/
import org.apache.hugegraph.HugeFactory
+import org.apache.hugegraph.backend.id.IdGenerator
import org.apache.hugegraph.dist.RegisterUtil
+import org.apache.hugegraph.type.define.NodeRole
Review Comment:
I guess that some classes have been imported after `plugin activated:
HugeGraph`.
```bash
> ./bin/gremlin-console.sh
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: HugeGraph
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> NodeRole
==>class org.apache.hugegraph.type.define.NodeRole
```
--
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]