Daniel-Davies commented on PR #39975: URL: https://github.com/apache/spark/pull/39975#issuecomment-1430136143
ah apologies- fixed now @cloud-fan - it seems that the scalastyle check fails the line length check while using multiline strings in github actions, but not locally. Not sure which is correct practice for scala though. I've fixed by adding the following above the scala class: `scalastyle:off line.size.limit` Thanks for the review, and apologies for the noise. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
