tisonkun commented on PR #15: URL: https://github.com/apache/flink-connector-pulsar/pull/15#issuecomment-1376697559
``` Error: src/main/java/org/apache/flink/connector/pulsar/source/config/SourceConfiguration.java:[46] (imports) ImportOrder: Import org.apache.flink.connector.pulsar.source.PulsarSourceOptions.PULSAR_FETCH_ONE_MESSAGE_TIME appears after other imports that it should precede Error: src/test/java/org/apache/flink/connector/pulsar/source/reader/PulsarSourceReaderTest.java:[65] (imports) ImportOrder: Import org.apache.flink.connector.pulsar.source.PulsarSourceOptions.PULSAR_FETCH_ONE_MESSAGE_TIME appears after other imports that it should precede Error: src/test/java/org/apache/flink/connector/pulsar/source/reader/PulsarPartitionSplitReaderTest.java:[52] (imports) ImportOrder: Import org.apache.flink.connector.pulsar.source.PulsarSourceOptions.PULSAR_FETCH_ONE_MESSAGE_TIME appears after other imports that it should precede Error: src/test/java/org/apache/flink/connector/pulsar/source/enumerator/cursor/StopCursorTest.java:[43] (imports) ImportOrder: Import org.apache.flink.connector.pulsar.source.PulsarSourceOptions.PULSAR_FETCH_ONE_MESSAGE_TIME appears after other imports that it should precede ``` checkstyle fails :/ -- 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]
