[
https://issues.apache.org/jira/browse/TIKA-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16075788#comment-16075788
]
Hudson commented on TIKA-2420:
------------------------------
FAILURE: Integrated in Jenkins build Tika-trunk #1310 (See
[https://builds.apache.org/job/Tika-trunk/1310/])
TIKA-2420 -- protect against unsupportedoperationexception with (tallison:
[https://github.com/apache/tika/commit/4ed69a8fa30783d593b9cb60a30414abb5480a3f])
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/microsoft/JackcessExtractor.java
> Jackcess toSQLString throws UnsupportedOperationException for unknown query
> type
> --------------------------------------------------------------------------------
>
> Key: TIKA-2420
> URL: https://issues.apache.org/jira/browse/TIKA-2420
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.16
> Reporter: Nick C
> Priority: Trivial
>
> In JackcessExtractor when calling toSQLString on a query with an unknown type
> Jackcess throws an UnsupportedOperationException (see
> com.healthmarketscience.jackcess.impl.query.QueryImpl.UnknownQueryImpl.toSQLString)
> An easy fix is to just check the query type before calling toSQLString.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)