danny0405 commented on code in PR #11702:
URL: https://github.com/apache/hudi/pull/11702#discussion_r1698079370
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/utils/MockStreamingRuntimeContext.java:
##########
@@ -47,21 +48,21 @@ public class MockStreamingRuntimeContext extends
StreamingRuntimeContext {
private int attemptNumber;
public MockStreamingRuntimeContext(
- boolean isCheckpointingEnabled,
- int numParallelSubtasks,
- int subtaskIndex) {
+ boolean isCheckpointingEnabled,
Review Comment:
Can you fix the indentation to be in sync with the checkstyle definitions:
https://github.com/apache/hudi/blob/2aa60f201baeed8d04eeeac50e1c0f2cec1e02f6/style/checkstyle.xml#L193
--
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]