xiaojie19852006 opened a new issue, #9023: URL: https://github.com/apache/incubator-gluten/issues/9023
### Backend VL (Velox) ### Bug description When I execute the query SELECT * FROM tpcds_10000_parquet.time_dim, the Spark application crashes unexpectedly and generates thread core dump files. However, strangely, if I either change the database name to another one or rename the time_dim table to a new name, the query executes successfully without issues. [hs_err_pid375168.log](https://github.com/user-attachments/files/19281561/hs_err_pid375168.log) ### Spark version Spark-3.4.x ### Spark configurations spark.plugins=org.apache.gluten.GlutenPlugin spark.driver.extraClassPath=/usr/local/spark-3.4.1_ccdp3.7.0_1.0.2/auxlib/gluten-velox-bundle-spark3.4_2.12-ctyunos_2.0.1_aarch_64-test-release.jar spark.executor.extraClassPath=gluten-velox-bundle-spark3.4_2.12-ctyunos_2.0.1_aarch_64-test-release.jar spark.jars=/usr/local/spark-3.4.1_ccdp3.7.0_1.0.2/auxlib/gluten-velox-bundle-spark3.4_2.12-ctyunos_2.0.1_aarch_64-test-release.jar spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager spark.gluten.loadLibFromJar=false spark.executorEnv.LIBHDFS3_CONF="/usr/local/hadoop3/etc/hadoop/hdfs-site.xml" spark.gluten.sql.debug=true spark.gluten.sql.columnar.backend.lib=velox spark.gluten.sql.columnar.backend.velox.memoryCapRatio=0.75 #spark.gluten.sql.columnar.logicalJoinOptimizeEnable=true ### System information Gluten Version: 1.3.0 Commit: c9b1002fc28704ff58be462086dd5797b72cf681 CMake Version: 3.31.0 System: Linux-4.19.90-2102.2.0.0062.ctl2.aarch64 Arch: aarch64 CPU Name: Model name: Kunpeng-920 BIOS Model name: HUAWEI Kunpeng 920 5250 C++ Compiler: /usr/local/gcc-13/bin/g++ C++ Compiler Version: 12.2.0 C Compiler: /usr/local/gcc-13/bin/gcc C Compiler Version: 12.2.0 CMake Prefix Path: /usr/local;/usr;/;/usr/local/cmake-3.31.0-linux-aarch64;/usr/local;/usr/X11R6;/usr/pkg;/opt ### Relevant logs ```bash ``` -- 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]
