Exceptions in "PDFBox_1_8_9_20150316_single_thread"

FILE_EXTENSION NUM_FILES Number of files with exceptions Percentage of files with exceptions
pdf
231229
107
0.05




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