Tim Allison created TIKA-2850:
---------------------------------
Summary: Add more limits to comparison report sql calls
Key: TIKA-2850
URL: https://issues.apache.org/jira/browse/TIKA-2850
Project: Tika
Issue Type: Task
Reporter: Tim Allison
In a recent run of tika-eval, nearly every file had a different number of
metadata values and I ran into this:
{noformat}
4507381 [main] INFO org.apache.tika.eval.reports.Report - Writing report:
Metadata Value Diffs to metadata/metadata_value_count_diffs.xlsx
Exception in thread "main" java.lang.IllegalArgumentException: Invalid row
number (1048576) outside allowable range (0..1048575)
at
org.apache.poi.xssf.streaming.SXSSFSheet.createRow(SXSSFSheet.java:123)
{noformat}
we should add more limits to the default {{comparison-reports.xml}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)