JkSelf commented on PR #9844:
URL:
https://github.com/apache/incubator-gluten/pull/9844#issuecomment-2954776744
@RushabhK My OS is Ubuntu 20.04.6 and spark version is 3.5.2.
I also tried the following code and still cannot reproduce.
`store_sales.coalesce(300).write.partitionBy("ss_sold_date_sk").mode("overwrite").option("compression",
"zstd").option("partitionOverwriteMode",
"dynamic").format("parquet").save("/user/root/parquet-write")`
--
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]