GideonPotok commented on PR #45738: URL: https://github.com/apache/spark/pull/45738#issuecomment-2046941212
> I don't think `CSVLegacyTimeParserSuite` is related to you, but it would probably be a very good idea to setup Maven so that you can run/debug all tests locally in general Same issue running tests locally with maven. I always build with maven and when running tests with it (Eg `build/mvn -Dtest=none -DwildcardSuites=org.apache.spark.sql.execution.datasources.csv.CSVLegacyTimeParserSuite test`), i encounter the same hanging on anything that is writing to file system. I can keep looking into it. I agree that my changes are probably not what is causing `org.apache.spark.sql.execution.datasources.csv.CSVLegacyTimeParserSuite` to fail in GHA. -- 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]
