zhengruifeng commented on pull request #31090:
URL: https://github.com/apache/spark/pull/31090#issuecomment-760125006
current impl doesn't save one tree per partition, do you mean changing
`sql.createDataFrame(nodeDataRDD).write.parquet(dataPath)` to
`sql.createDataFrame(nodeDataRDD).write.partitionBy("treeID").parquet(dataPath)`?
@srowen
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]