You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3166 a problem was reported where an NPE could occur in SLF4J on startup:
Failed to instantiate SLF4J LoggerFactory
Reported exception:
java.lang.NullPointerException
at org.slf4j.LoggerFactory.reportActualBinding(LoggerFactory.java:349)
The RAPIDS Accelerator jar is shipping SLF4J classes which probably shouldn't be the case.
The text was updated successfully, but these errors were encountered:
In #3166 a problem was reported where an NPE could occur in SLF4J on startup:
The RAPIDS Accelerator jar is shipping SLF4J classes which probably shouldn't be the case.
The text was updated successfully, but these errors were encountered: