From f1bb64adfe978fa23a566e77ef5c24558df03153 Mon Sep 17 00:00:00 2001 From: yangjie01 Date: Mon, 12 Aug 2024 19:11:05 +0800 Subject: [PATCH] init --- .../spark/sql/execution/ExecuteImmediateEndToEndSuite.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/ExecuteImmediateEndToEndSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/ExecuteImmediateEndToEndSuite.scala index 6b0f0b5582dc..cae22eda32f8 100644 --- a/sql/core/src/test/scala/org/apache/spark/sql/execution/ExecuteImmediateEndToEndSuite.scala +++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/ExecuteImmediateEndToEndSuite.scala @@ -50,7 +50,7 @@ class ExecuteImmediateEndToEndSuite extends QueryTest with SharedSparkSession { } checkError( - exception = intercept[ParseException](sql(query).collect()), + exception = e, errorClass = "FAILED_TO_PARSE_TOO_COMPLEX", parameters = Map(), context = ExpectedContext(