Uploaded image for project: 'ONgDB'
  1. ONgDB
  2. ONGDB-49

error: not enough arguments for constructor ProcedureSignature

    XMLWordPrintable

Details

    Description

      Build Commit

      ca3e0adb2744dc6248ebb5b0e8b109656a7cc1ca

      Build Errors

      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/CloseTransactionTest.scala:492: error: not enough arguments for constructor ProcedureSignature: (x$1: org.neo4j.internal.kernel.api.procs.QualifiedName, x$2: java.util.List[org.neo4j.internal.kernel.api.procs.FieldSignature], x$3: java.util.List[org.neo4j.internal.kernel.api.procs.FieldSignature], x$4: org.neo4j.procedure.Mode, x$5: String, x$6: Array[String], x$7: String, x$8: String, x$9: Boolean, x$10: Boolean)org.neo4j.internal.kernel.api.procs.ProcedureSignature.
      [ERROR] Unspecified value parameter x$10.
      [ERROR]     val signature: ProcedureSignature = new ProcedureSignature(
      [ERROR]                                         ^
      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/ExecutionEngineIT.scala:81: error: not enough arguments for constructor ProcedureSignature: (x$1: org.neo4j.internal.kernel.api.procs.QualifiedName, x$2: java.util.List[org.neo4j.internal.kernel.api.procs.FieldSignature], x$3: java.util.List[org.neo4j.internal.kernel.api.procs.FieldSignature], x$4: org.neo4j.procedure.Mode, x$5: String, x$6: Array[String], x$7: String, x$8: String, x$9: Boolean, x$10: Boolean)org.neo4j.internal.kernel.api.procs.ProcedureSignature.
      [ERROR] Unspecified value parameter x$10.
      [ERROR]     val signature: ProcedureSignature = new ProcedureSignature(
      [ERROR]                                         ^
      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/internal/queryReduction/CypherReductionSupport.scala:67: error: not enough arguments for method apply: (queryCacheSize: Int, statsDivergenceCalculator: org.neo4j.cypher.internal.compiler.v3_4.StatsDivergenceCalculator, useErrorsOverWarnings: Boolean, idpMaxTableSize: Int, idpIterationDuration: Long, errorIfShortestPathFallbackUsedAtRuntime: Boolean, errorIfShortestPathHasCommonNodesAtRuntime: Boolean, legacyCsvQuoteEscaping: Boolean, csvBufferSize: Int, nonIndexedLabelWarningThreshold: Long, planWithMinimumCardinalityEstimates: Boolean, lenientCreateRelationship: Boolean)org.neo4j.cypher.internal.compiler.v3_4.CypherCompilerConfiguration in object CypherCompilerConfiguration.
      [ERROR] Unspecified value parameters csvBufferSize, lenientCreateRelationship.
      [ERROR]   private val config = CypherCompilerConfiguration(
      [ERROR]                                                   ^
      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/internal/queryReduction/CypherReductionSupport.scala:79: error: too many arguments for method apply: (monitors: org.neo4j.cypher.internal.frontend.v3_4.phases.Monitors, sequencer: String => org.neo4j.cypher.internal.frontend.v3_4.helpers.rewriting.RewriterStepSequencer, metricsFactory: org.neo4j.cypher.internal.compiler.v3_4.planner.logical.MetricsFactory, config: org.neo4j.cypher.internal.compiler.v3_4.CypherCompilerConfiguration, updateStrategy: org.neo4j.cypher.internal.compiler.v3_4.UpdateStrategy, clock: java.time.Clock, contextCreation: org.neo4j.cypher.internal.compiler.v3_4.ContextCreator[Context])org.neo4j.cypher.internal.compiler.v3_4.CypherCompiler[Context] in object CypherCompiler
      [ERROR]   private val compiler = CypherCompiler(astRewriter, WrappedMonitors(kernelMonitors), stepSequencer, metricsFactory, config, defaultUpdateStrategy,
      [ERROR]                                        ^
      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/internal/queryReduction/ast/copyNodeWith.scala:164: error: wrong number of arguments for pattern org.neo4j.cypher.internal.v3_4.expressions.PatternComprehension(namedPath: Option[org.neo4j.cypher.internal.v3_4.expressions.LogicalVariable],pattern: org.neo4j.cypher.internal.v3_4.expressions.RelationshipsPattern,predicate: Option[org.neo4j.cypher.internal.v3_4.expressions.Expression],projection: org.neo4j.cypher.internal.v3_4.expressions.Expression)
      [ERROR]       case PatternComprehension(namedPath, pattern, predicate, projection, outerScope) =>
      [ERROR]                                ^
      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/internal/queryReduction/ast/copyNodeWith.scala:165: error: too many arguments for method apply: (namedPath: Option[org.neo4j.cypher.internal.v3_4.expressions.LogicalVariable], pattern: org.neo4j.cypher.internal.v3_4.expressions.RelationshipsPattern, predicate: Option[org.neo4j.cypher.internal.v3_4.expressions.Expression], projection: org.neo4j.cypher.internal.v3_4.expressions.Expression)(position: org.neo4j.cypher.internal.util.v3_4.InputPosition, outerScope: Set[org.neo4j.cypher.internal.v3_4.expressions.LogicalVariable])org.neo4j.cypher.internal.v3_4.expressions.PatternComprehension in object PatternComprehension
      [ERROR]         PatternComprehension(nc.ofOption(namedPath), nc.ofSingle(pattern), nc.ofOption(predicate), nc.ofSingle(projection),
      [ERROR]                             ^
      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/internal/queryReduction/ast/domainsOf.scala:207: error: wrong number of arguments for pattern org.neo4j.cypher.internal.v3_4.expressions.PatternComprehension(namedPath: Option[org.neo4j.cypher.internal.v3_4.expressions.LogicalVariable],pattern: org.neo4j.cypher.internal.v3_4.expressions.RelationshipsPattern,predicate: Option[org.neo4j.cypher.internal.v3_4.expressions.Expression],projection: org.neo4j.cypher.internal.v3_4.expressions.Expression)
      [ERROR]       case PatternComprehension(namedPath, pattern, predicate, projection, outerScope) =>
      [ERROR]                                ^
      [ERROR] /Users/bradnussbaum/git/graphfoundation/ongdb-34-dev/enterprise/cypher/cypher/src/test/scala/org/neo4j/cypher/internal/queryReduction/ast/getChildren.scala:171: error: wrong number of arguments for pattern org.neo4j.cypher.internal.v3_4.expressions.PatternComprehension(namedPath: Option[org.neo4j.cypher.internal.v3_4.expressions.LogicalVariable],pattern: org.neo4j.cypher.internal.v3_4.expressions.RelationshipsPattern,predicate: Option[org.neo4j.cypher.internal.v3_4.expressions.Expression],projection: org.neo4j.cypher.internal.v3_4.expressions.Expression)
      [ERROR]       case PatternComprehension(namedPath, pattern, predicate, projection, outerScope) =>
      [ERROR]                                ^
      [ERROR] 8 errors found
      

      Attachments

        Issue Links

          Activity

            People

              bradnussbaum Brad Nussbaum
              bradnussbaum Brad Nussbaum
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: