Skip to content

two suggestion to RedisGraphAPITest #40

@yongdi

Description

@yongdi
  1. writing error

81 line:

ResultSet resultSet = api.query("social", "MATCH (a:Person), (b:Person) WHERE (a.name = 'roi' AND b.name='amit')  CREATE (a)-[:Knows]->(a)"); // guess you want to say a-knows-b
  1. log4j missing
    run test will complain no slf4 default implementation.
    I add a dependency to fix it:
    <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.6.6</version> </dependency>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions