diff --git a/community/cypher/cypher/pom.xml b/community/cypher/cypher/pom.xml index a380a2e7324ef..4dc6db7b2a2e5 100644 --- a/community/cypher/cypher/pom.xml +++ b/community/cypher/cypher/pom.xml @@ -221,7 +221,7 @@ org.neo4j neo4j-cypher-compiler-3.3 - 3.3.4 + 3.3.5 org.neo4j diff --git a/enterprise/cypher/acceptance-spec-suite/src/test/scala/org/neo4j/internal/cypher/acceptance/UsingAcceptanceTest.scala b/enterprise/cypher/acceptance-spec-suite/src/test/scala/org/neo4j/internal/cypher/acceptance/UsingAcceptanceTest.scala index b1fa71230a60c..30a416fca6ba0 100644 --- a/enterprise/cypher/acceptance-spec-suite/src/test/scala/org/neo4j/internal/cypher/acceptance/UsingAcceptanceTest.scala +++ b/enterprise/cypher/acceptance-spec-suite/src/test/scala/org/neo4j/internal/cypher/acceptance/UsingAcceptanceTest.scala @@ -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))) }