https://bz.apache.org/bugzilla/show_bug.cgi?id=64667
--- Comment #4 from Tim Allison <[email protected]> --- For anyone curious about searching stacktraces...our db is now live via Datasette https://corpora.tika.apache.org/datasette/corpora-metadata?sql=select%0D%0A++ID%2C%0D%0A++ORIG_STACK_TRACE%2C%0D%0A++SORT_STACK_TRACE%2C%0D%0A++PARSE_EXCEPTION_ID%0D%0Afrom%0D%0A++PARSE_EXCEPTIONS%0D%0Awhere%0D%0A++orig_stack_trace+like+%27%25XSSFTableStyle%25%27%0D%0Aorder+by%0D%0A++ID%0D%0Alimit%0D%0A++101 select ID, ORIG_STACK_TRACE, SORT_STACK_TRACE, PARSE_EXCEPTION_ID from PARSE_EXCEPTIONS where orig_stack_trace like '%XSSFTableStyle%' order by ID limit 101 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
