JkSelf commented on PR #9844:
URL:
https://github.com/apache/incubator-gluten/pull/9844#issuecomment-2948247729
@RushabhK I followed the steps you provided using the main branch code, and
the test code is as follows:
```
val store_sales =
spark.read.format("parquet").load("/user/root/tpcds_parquet_partition__100/store_sales")
store_sales.write.mode("append").format("parquet").save("/user/root/parquet-write")
val velox_store_sales =
spark.read.format("parquet").load("/user/root/parquet-write/")
velox_store_sales.count()
```
Here is the Spark history UI for reference.

However, I was unable to reproduce the issue you mentioned. Am I missing
something?
--
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]