wForget commented on PR #12514: URL: https://github.com/apache/gluten/pull/12514#issuecomment-4987938173
[ClickHouse CI failures](https://opencicd.kyligence.com/job/gluten/job/gluten-ci/20575/): ``` 20:24:15 12:24:15.295 ERROR org.apache.spark.sql.execution.datasources.FileFormatWriter: Aborting job 1a7f0bae-125a-451d-a16d-04978ef8c357. 20:24:15 org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 245.0 failed 1 times, most recent failure: Lost task 0.0 in stage 245.0 (TID 245) (gluten-gluten-ci-20575-cmcll-fz22k-wcm3r executor driver): org.apache.spark.SparkRuntimeException: [EXCEED_LIMIT_LENGTH] Exceeds char/varchar type length limitation: 5. 20:24:15 at org.apache.spark.sql.errors.QueryExecutionErrors$.exceedMaxLimit(QueryExecutionErrors.scala:2577) 20:24:15 at org.apache.spark.sql.errors.QueryExecutionErrors.exceedMaxLimit(QueryExecutionErrors.scala) 20:24:15 at org.apache.spark.sql.catalyst.util.CharVarcharCodegenUtils.trimTrailingSpaces(CharVarcharCodegenUtils.java:31) 20:24:15 at org.apache.spark.sql.catalyst.util.CharVarcharCodegenUtils.charTypeWriteSideCheck(CharVarcharCodegenUtils.java:44) 20:24:15 at org.apache.spark.sql.catalyst.expressions.GeneratedClass$GeneratedIteratorForCodegenStage1.processNext(Unknown Source) 20:24:15 at org.apache.spark.sql.execution.BufferedRowIterator.hasNext(BufferedRowIterator.java:43) 20:24:15 at org.apache.spark.sql.execution.WholeStageCodegenEvaluatorFactory$WholeStageCodegenPartitionEvaluator$$anon$1.hasNext(WholeStageCodegenEvaluatorFactory.scala:43) 20:24:15 - length check for input string values: partitioned columns *** FAILED *** 20:24:15 java.lang.ClassCastException: class org.apache.spark.SparkRuntimeException cannot be cast to class org.apache.spark.SparkException (org.apache.spark.SparkRuntimeException and org.apache.spark.SparkException are in unnamed module of loader 'app') 20:24:15 at org.apache.spark.sql.CharVarcharTestSuite.$anonfun$$init$$84(CharVarcharTestSuite.scala:342) 20:24:15 at org.apache.spark.sql.CharVarcharTestSuite.$anonfun$$init$$84$adapted(CharVarcharTestSuite.scala:336) 20:24:15 at org.apache.spark.sql.CharVarcharTestSuite.$anonfun$testTableWrite$1(CharVarcharTestSuite.scala:309) 20:24:15 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) 20:24:15 at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64) 20:24:15 at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61) 20:24:15 at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:94) 20:24:15 at org.apache.spark.sql.test.SQLTestUtilsBase.withTable(SQLTestUtils.scala:306) 20:24:15 at org.apache.spark.sql.test.SQLTestUtilsBase.withTable$(SQLTestUtils.scala:304) 20:24:15 at org.apache.spark.sql.FileSourceCharVarcharTestSuite.withTable(CharVarcharTestSuite.scala:953) 20:24:15 ... ...... 20:24:24 12:24:24.247 ERROR org.apache.spark.sql.execution.datasources.FileFormatWriter: Aborting job 12d3d584-5c04-43b9-9661-c250ea02e220. 20:24:24 org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 579.0 failed 1 times, most recent failure: Lost task 0.0 in stage 579.0 (TID 551) (gluten-gluten-ci-20575-cmcll-fz22k-wcm3r executor driver): org.apache.spark.SparkRuntimeException: [EXCEED_LIMIT_LENGTH] Exceeds char/varchar type length limitation: 5. 20:24:24 at org.apache.spark.sql.errors.QueryExecutionErrors$.exceedMaxLimit(QueryExecutionErrors.scala:2577) 20:24:24 at org.apache.spark.sql.errors.QueryExecutionErrors.exceedMaxLimit(QueryExecutionErrors.scala) 20:24:24 at org.apache.spark.sql.catalyst.util.CharVarcharCodegenUtils.trimTrailingSpaces(CharVarcharCodegenUtils.java:31) 20:24:24 at org.apache.spark.sql.catalyst.util.CharVarcharCodegenUtils.charTypeWriteSideCheck(CharVarcharCodegenUtils.java:44) 20:24:24 at org.apache.spark.sql.catalyst.expressions.GeneratedClass$GeneratedIteratorForCodegenStage1.processNext(Unknown Source) 20:24:24 at org.apache.spark.sql.execution.BufferedRowIterator.hasNext(BufferedRowIterator.java:43) 20:24:24 at org.apache.spark.sql.execution.WholeStageCodegenEvaluatorFactory$WholeStageCodegenPartitionEvaluator$$anon$1.hasNext(WholeStageCodegenEvaluatorFactory.scala:43) 20:24:24 - char/varchar type values length check: partitioned columns of other types *** FAILED *** 20:24:24 java.lang.ClassCastException: class org.apache.spark.SparkRuntimeException cannot be cast to class org.apache.spark.SparkException (org.apache.spark.SparkRuntimeException and org.apache.spark.SparkException are in unnamed module of loader 'app') 20:24:24 at org.apache.spark.sql.FileSourceCharVarcharTestSuite.$anonfun$new$76(CharVarcharTestSuite.scala:1051) 20:24:24 at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) 20:24:24 at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64) 20:24:24 at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61) 20:24:24 at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:94) 20:24:24 at org.apache.spark.sql.test.SQLTestUtilsBase.withTable(SQLTestUtils.scala:306) 20:24:24 at org.apache.spark.sql.test.SQLTestUtilsBase.withTable$(SQLTestUtils.scala:304) 20:24:24 at org.apache.spark.sql.FileSourceCharVarcharTestSuite.withTable(CharVarcharTestSuite.scala:953) 20:24:24 at org.apache.spark.sql.FileSourceCharVarcharTestSuite.$anonfun$new$75(CharVarcharTestSuite.scala:1040) 20:24:24 at org.apache.spark.sql.FileSourceCharVarcharTestSuite.$anonfun$new$75$adapted(CharVarcharTestSuite.scala:1039) 20:24:24 ... ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
