Tony Foerster has posted comments on this change. (
http://gerrit.cloudera.org:8080/11030 )
Change subject: Scala code formatting with Scalafmt
......................................................................
Patch Set 6:
Hmm, Jenkins is failing but the same target (:kudu-spark:testScalafmt) passes
locally for me, it's failing here
14:48:06 Execution failed for task ':kudu-spark:testScalafmt'.
14:48:06 > <input>:628: error: unclosed character literal
14:48:06 val chars = List('a', 'b', '???', Char.MaxValue, '\u0000')
That line shows up differently in my editor
val chars = List('a', 'b', 'δΉ•', Char.MaxValue, '\u0000')
Maybe Jenkins is using a different character encoding?
--
To view, visit http://gerrit.cloudera.org:8080/11030
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iac96383d88394084e19712177d05f9fc63de766c
Gerrit-Change-Number: 11030
Gerrit-PatchSet: 6
Gerrit-Owner: Tony Foerster <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Tony Foerster <[email protected]>
Gerrit-Comment-Date: Wed, 25 Jul 2018 01:23:52 +0000
Gerrit-HasComments: No