Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-44391

`url_decode` can fail w/ an internal error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.5.0
    • 3.4.2, 3.5.0
    • SQL
    • None

    Description

      The function url_decode can fail with the error:

      org.apache.spark.SparkException: [INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace. 
      at org.apache.spark.SparkException$.internalError(SparkException.scala:89) 
      at org.apache.spark.sql.execution.QueryExecution$.toInternalError(QueryExecution.scala:871) 
      ...
      Caused by: java.lang.AssertionError: assertion failed: Incorrect number of children
              at scala.Predef$.assert(Predef.scala:223)
              at org.apache.spark.sql.catalyst.trees.TreeNode.withNewChildren(TreeNode.scala:391)
              at org.apache.spark.sql.catalyst.analysis.TypeCoercionBase$ImplicitTypeCasts$$anonfun$11.applyOrElse(TypeCoercion.scala:707)
      

      Attachments

        Activity

          People

            maxgekk Max Gekk
            maxgekk Max Gekk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: