carp84 opened a new pull request, #500: URL: https://github.com/apache/flink-table-store/pull/500
Currently if we run `mvn clean install` against the master branch, it will report checkstyle error like below: > [INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ flink-table-store-hive-connector --- > [INFO] There is 1 error reported by Checkstyle 8.14 with /tools/maven/checkstyle.xml ruleset. > [ERROR] src/main/2/org/apache/flink/table/store/hive/objectinspector/TableStoreTimestampObjectInspector.java:[26] (imports) ImportOrder: Import org.apache.flink.table.store.data.Timestamp appears after other imports that it should precede And this PR supplies a straight-forward hotfix. -- 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]
