srowen commented on issue #26581: [MINOR][TESTS] Replace JVM assert with JUnit 
Assert in tests
URL: https://github.com/apache/spark/pull/26581#issuecomment-555130933
 
 
   That's all IntelliJ found in the Java test code. There may be some in 
non-test code, but some are possibly legitimate. There are, I think, cases 
where assert() is used for argument checking in non-test code and that's not 
really what it's for, but a separate thing.
   
   Yeah there are some in Scala tests too, I'll fix those. They're not obvious 
as scalatest uses assert() too, but we can look for use of scala.Predef.assert()

----------------------------------------------------------------
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]

Reply via email to