FelixYBW commented on issue #11534:
URL:
https://github.com/apache/incubator-gluten/issues/11534#issuecomment-3830641303
both
```
df.write.option("block.size", 512*1024*1024)\
.option("block.rows", 400000000)
```
or
```
sc.conf.set("spark.sql.parquet.block.size", 256*1024*1024)
sc.conf.set("spark.sql.parquet.block.rows", 400000000)
```
doesn't pass the config to parquet writer
--
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]