Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2509#discussion_r89150327 --- Diff: flink-streaming-connectors/flink-connector-kafka-0.10/src/test/java/org/apache/flink/streaming/connectors/kafka/Kafka010FetcherTest.java --- @@ -263,6 +265,7 @@ public Void answer(InvocationOnMock invocation) { schema, new Properties(), 0L, + StartupMode.GROUP_OFFSETS, --- End diff -- Looks like the indentation of the added lines is correct, but the indentation of the file is wrong. Could you fix that with the PR?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---