commit | dd326024d2472247e1a5856317d10b5dd014a890 | [log] [tgz] |
---|---|---|
author | Sergii Zhevzhyk <vzhikserg@users.noreply.github.com> | Mon Aug 05 08:46:37 2019 +0200 |
committer | Sijie Guo <sijie@apache.org> | Mon Aug 05 14:46:37 2019 +0800 |
tree | 89f6518872d730f0983fc051289d2f2b281ae1f0 | |
parent | 7aea396818cdd133390f66707880055762e3e9ef [diff] |
Enforce checkstyle in the pulsar sql module (#4882) ### Modifications The checksyle plugin was added to the pulsar sql module to enforce the defined style. All violations were fixed: - Ordering of imports. - Formatting of the code. - Absent Javadoc comments. - Other small issues.