xushiyan commented on issue #3821:
URL: https://github.com/apache/hudi/issues/3821#issuecomment-946393073
@rohit-m-99 you'd need to partition your dataset the normal way you
partition a spark dataset. Something like
`df.repartition().write().format("hudi").partitionBy().mode().options().save()`.
You can search more on how to do Spark partitioning.
--
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]