alexeykudinkin commented on code in PR #7396:
URL: https://github.com/apache/hudi/pull/7396#discussion_r1041660364
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/execution/bulkinsert/NonSortPartitioner.java:
##########
@@ -36,7 +36,7 @@
@Override
public JavaRDD<HoodieRecord<T>> repartitionRecords(JavaRDD<HoodieRecord<T>>
records,
int
outputSparkPartitions) {
Review Comment:
Let's update the java-doc of the method in the interface and mention that
this is just a hint and could be ignored by the impl (to make it clear for the
user of the API)
--
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]