Skip to content

Commit

Permalink
Update to 3.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusmelke committed May 18, 2018
1 parent 86ff263 commit 2d150ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion community/cypher/cypher/pom.xml
Expand Up @@ -246,7 +246,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-cypher-compiler-3.2</artifactId>
<version>3.2.10</version>
<version>3.2.11</version>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
Expand Down
Expand Up @@ -58,7 +58,8 @@ object helpers {
config.errorIfShortestPathFallbackUsedAtRuntime,
config.errorIfShortestPathHasCommonNodesAtRuntime,
config.legacyCsvQuoteEscaping,
config.nonIndexedLabelWarningThreshold)
config.nonIndexedLabelWarningThreshold,
config.planWithMinimumCardinalityEstimates)


def as3_2(tracer: CompilationPhaseTracer): org.neo4j.cypher.internal.frontend.v3_2.phases.CompilationPhaseTracer = {
Expand Down

0 comments on commit 2d150ab

Please sign in to comment.