I find that there is a bug in DetectorUtil.java when we want to write a log to originalResultsLog, it will check the existence of originalOrderPath instead of originalResultsLog itself, and based on this existence, it will choose APPEND or CREATE operations.
Hi,
I find that there is a bug in DetectorUtil.java when we want to write a log to originalResultsLog, it will check the existence of originalOrderPath instead of originalResultsLog itself, and based on this existence, it will choose APPEND or CREATE operations.