FelixYBW opened a new issue, #11397:
URL: https://github.com/apache/incubator-gluten/issues/11397

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   A simple workload to output hive partitioned table, like 
   
   
`df.repartition('ss_sold_date_sk').write.mode("overwrite").format("parquet").option("compression",
 "zstd").partitionBy('ss_sold_date_sk').option('fs.s3a.committer.name', 
'magic').save(f"s3a://bucket-1/database1/store_sales")`
   
   Not caused by memory OOM, memory utilization is ~70% when error occurs
   
   ### Gluten version
   
   main branch
   
   ### Spark version
   
   Spark-3.5.x
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### 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]

Reply via email to