yanghua commented on a change in pull request #1346: [HUDI-554] Cleanup package structure in hudi-client URL: https://github.com/apache/incubator-hudi/pull/1346#discussion_r383117457
########## File path: hudi-client/src/test/java/org/apache/hudi/client/TestHoodieClientBase.java ########## @@ -16,8 +16,10 @@ * limitations under the License. */ -package org.apache.hudi; +package org.apache.hudi.client; +import org.apache.hudi.common.HoodieClientTestHarness; +import org.apache.hudi.WriteStatus; Review comment: ditto, can we place it into e.g. `org.apache.hudi.write.common.WriteStatus`? ---------------------------------------------------------------- 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] With regards, Apache Git Services
