jonathan-albrecht-ibm commented on PR #49773: URL: https://github.com/apache/spark/pull/49773#issuecomment-4577616858
> @jonathan-albrecht-ibm Could you fix the errors: > > ``` > Run ./dev/lint-scala > Scalastyle checks failed at following occurrences: > [error] /__w/spark/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/UnsafeRowUtilsSuite.scala:214: File line length exceeds 100 characters > [error] /__w/spark/spark/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/UnsafeRowUtilsSuite.scala:220:8: Public method must have explicit type > ``` thx @MaxGekk, linter tests are passing now. I think the only failure is unrelated: [Run / Build modules: hive - slow tests](https://github.com/linux-on-ibm-z/spark/actions/runs/26640176432/job/78513484356#logs) ``` Error: The template is not valid. linux-on-ibm-z/spark/.github/workflows/build_and_test.yml@3a0a23be69f3447473a850138d075948439a16ed (Line: 373, Col: 14): hashFiles('**/pom.xml, project/build.properties, build/mvn, build/sbt, build/sbt-launch-lib.bash, build/spark-build-info') failed. Fail to hash files under directory '/home/runner/work/spark/spark' ``` -- 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]
