You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/16 09:50:40 UTC

[GitHub] [incubator-iceberg] chenjunjiedada opened a new issue #289: Update scala style MultipleStringLiteralsChecker or remove it

chenjunjiedada opened a new issue #289: Update scala style MultipleStringLiteralsChecker or remove it
URL: https://github.com/apache/incubator-iceberg/issues/289
 
 
   With the current checker setting of ignoreRegex `^""$` (which is the default), it cannot use the string interpolation variables more than three times. Please see a related issue [here](https://github.com/scalastyle/scalastyle/issues/100). I can resolve this by setting ignoreRegex to `^""?$` as listed in the above link. 
   
   Besides, I found it is not convenient to use the checker, for example, when concatenating a path it may need to use `/` several times, I don't want to define a variable. Since I don't see the checker enabled in spark project, can we also remove it?
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org