Skip to content

Commit

Permalink
Update compiler dependencies to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lojjs committed Apr 13, 2018
1 parent abdf645 commit 08752e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion community/cypher/cypher/pom.xml
Expand Up @@ -221,7 +221,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-3.3</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
Expand Down
Expand Up @@ -818,8 +818,7 @@ class UsingAcceptanceTest extends ExecutionEngineFunSuite with RunWithConfigTest

val result = executeWith(Configs.Interpreted, query, planComparisonStrategy = ComparePlansWithAssertion({ plan =>
plan should useOperatorTimes("NodeHashJoin", 3)
// Fixed in next release of 3.3
}, expectPlansToFail = Configs.AllRulePlanners + Configs.Version2_3 + Configs.Version3_1 + Configs.Version3_3))
}, expectPlansToFail = Configs.AllRulePlanners + Configs.Version2_3 + Configs.Version3_1))

result.toList should equal (List(Map("c" -> 4)))
}
Expand Down

0 comments on commit 08752e6

Please sign in to comment.