Max Gekk created SPARK-44391:
--------------------------------

             Summary: `url_decode` can fail w/ an internal error
                 Key: SPARK-44391
                 URL: https://issues.apache.org/jira/browse/SPARK-44391
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.5.0
            Reporter: Max Gekk
            Assignee: Max Gekk


The function *url_decode* can fail with the error:


{code:java}
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)
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to