taiyang-li commented on issue #6588: URL: https://github.com/apache/incubator-gluten/issues/6588#issuecomment-2257829980
It can be reproduced with below spark configs ``` SET spark.sql.catalogImplementation = 'hive'; SET spark.sql.files.maxPartitionBytes = 1g; SET spark.serializer = 'org.apache.spark.serializer.JavaSerializer'; SET spark.sql.shuffle.partitions = 5; SET spark.sql.adaptive.enabled = true; SET spark.sql.files.minPartitionNum = 1; SET spark.databricks.delta.maxSnapshotLineageLength = 20; SET spark.databricks.delta.snapshotPartitions = 1; SET spark.databricks.delta.properties.defaults.checkpointInterval = 5; SET spark.databricks.delta.stalenessLimit = 3600000; SET spark.gluten.sql.columnar.columnartorow = true; SET spark.gluten.sql.columnar.backend.ch.worker.id = '1'; SET spark.gluten.sql.columnar.iterator = true; SET spark.gluten.sql.columnar.hashagg.enablefinal = true; SET spark.gluten.sql.enable.native.validation = false; SET spark.sql.storeAssignmentPolicy = LEGACY; SET spark.gluten.sql.columnar.backend.ch.runtime_config.logger.level = 'debug'; ``` -- 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]
