MaxGekk commented on a change in pull request #25942: [SPARK-29242][SQL][TEST] Check results of expression examples URL: https://github.com/apache/spark/pull/25942#discussion_r328916640
########## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala ########## @@ -153,6 +153,7 @@ case class Like(left: Expression, right: Expression) extends StringRegexExpressi } } +// scalastyle:off line.contains.tab Review comment: Do you want to modify output of examples and replace tabs by something else? Just in case, we have to do the same while writing new examples, right. So, you cannot just copy-paste output from a terminal as is. If someone doesn't know this, he/she will lose time on troubleshooting test failures. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
