Exceptions in "pdfbox_1_8_9_20150316"

DETECTED_CONTENT_TYPE_B NUM_FILES Number of files with exceptions Percentage of files with exceptions
application/pdf
231211
107
0.05




SELECT comparisons.DETECTED_CONTENT_TYPE_B as "Detected content type", detected_types_B.NUM_FILES as "Number of files", count(1) as "Number of files with exceptions", DEC_PATTERN((100.0*ifNull(count(1), 0)/detected_types_B.NUM_FILES), '#.##') as "Percentage of files with exceptions" from comparisons left outer join detected_types_B on comparisons.DETECTED_CONTENT_TYPE_B =detected_types_B.DETECTED_CONTENT_TYPE_B where SORT_STACK_TRACE_B is not null group by comparisons.DETECTED_CONTENT_TYPE_B order by (1.0*ifNull(count(1), 0)/detected_types_B.NUM_FILES) desc;