jonvex commented on code in PR #13459:
URL: https://github.com/apache/hudi/pull/13459#discussion_r2159294179
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/SparkHoodiePartitioner.java:
##########
@@ -46,5 +46,13 @@ public int getNumPartitions() {
return numPartitions();
}
- public abstract BucketInfo getBucketInfo(int bucketNumber);
+ /**
+ * You should probably not override this method.
+ * Make sure you have a good understanding of what you are doing.
+ */
+ public BucketInfo getBucketInfo(int bucketNumber) {
Review Comment:
Good point. Got rid of the method and updated the tests
--
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]