yihua commented on code in PR #11179: URL: https://github.com/apache/hudi/pull/11179#discussion_r1595030820
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/rebalance/partitioner/StreamReadBucketIndexPartitioner.java: ########## @@ -16,22 +16,25 @@ * limitations under the License. */ -package org.apache.hudi.source.filedistribution.partitioner; +package org.apache.hudi.source.rebalance.partitioner; Review Comment: I assume these classes are not loaded through class names and reflection so renaming the package is OK. -- 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]
