e-strauss opened a new pull request, #2435:
URL: https://github.com/apache/systemds/pull/2435

   This PR is a followup to #2432 .
   We have 131 Usages of LOG.isDebugEnabled() 
   ```bash
   grep -rnF "LOG.isDebugEnabled" src/main/java/org/apache/sysds | wc -l
   131
   ```
   This minor change refactors 15 occurrences of the 131 isDebugEnabled() call 
to an unconditional log.debug(), which should not introduce real overhead from 
my perspective.
   
   i am not sure about the change in 
`src/main/java/org/apache/sysds/hops/DataOp.java` because i have no idea how 
common this op is.
   


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

Reply via email to