shardulm94 commented on pull request #31597: URL: https://github.com/apache/spark/pull/31597#issuecomment-782576508
The test which failed above `org.apache.spark.ml.source.image.ImageFileFormatSuite` seems unrelated to this change. I also ran the test locally and it seems to be working fine. `build/mvn test -Dtest=none -Dsuites="org.apache.spark.ml.source.image.ImageFileFormatSuite" -pl mllib` ``` Run starting. Expected test count is: 7 ImageFileFormatSuite: - Smoke test: create basic ImageSchema dataframe - image datasource count test - image datasource test: read jpg image - image datasource test: read png image - image datasource test: read non image - image datasource partition test - readImages pixel values test Run completed in 6 seconds, 939 milliseconds. Total number of tests run: 7 Suites: completed 1, aborted 0 Tests: succeeded 7, failed 0, canceled 0, ignored 0, pending 0 ``` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
