----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70988/#review216307 -----------------------------------------------------------
Ship it! Ship It! - Miklos Gergely On July 2, 2019, 9:08 a.m., Krisztian Kasa wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70988/ > ----------------------------------------------------------- > > (Updated July 2, 2019, 9:08 a.m.) > > > Review request for hive, Laszlo Bodor, Zoltan Haindrich, and Miklos Gergely. > > > Bugs: HIVE-21941 > https://issues.apache.org/jira/browse/HIVE-21941 > > > Repository: hive-git > > > Description > ------- > > Use checkstyle ruleset in Pre Upgrade Tool project > > > Diffs > ----- > > upgrade-acid/pom.xml 39f36dbe66 > > > Diff: https://reviews.apache.org/r/70988/diff/1/ > > > Testing > ------- > > ``` > mvn checkstyle:checkstyle > less target/checkstyle-result.xml > ``` > ``` > ... > <error line="360" severity="warning" message="Line is longer than 120 > characters (found 126)." > source="com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck"/> > ... > ``` > > > Thanks, > > Krisztian Kasa > >