Commit 581d8ca7 authored by Olivia Ytterbrink's avatar Olivia Ytterbrink Committed by GitHub
Browse files

Merge pull request #10086 from eebus/3.3-upgrade-cypher-compiler-3.2.5

Update compiler dependencies to match new Neo4j 3.2.5 release
parents eefbd1bb 0993b8a8
Showing with 2 additions and 3 deletions
+2 -3
......@@ -246,7 +246,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-3.2</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
......
......@@ -62,9 +62,8 @@ class UnionAcceptanceTest extends ExecutionEngineFunSuite with CypherComparisonS
|M.a as B
""".stripMargin
// TODO we expect this test to succeed with 3.2.4
val expectedToWorkIn = Configs.CommunityInterpreted -
TestConfiguration(Versions.V2_3 -> Versions.V3_2, Planners.Cost, Runtimes.Default)
TestConfiguration(Versions.V2_3 -> Versions.V3_1, Planners.Cost, Runtimes.Default)
val result = executeWith(expectedToWorkIn, query)
val expected = List(Map("A" -> "b", "B" -> "a"), Map("A" -> "a", "B" -> "b"))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment