[ 
https://issues.apache.org/jira/browse/SOLR-9017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898286#comment-15898286
 ] 

Kevin Risden commented on SOLR-9017:
------------------------------------

The Spark specific error message is:

{code}
java.lang.UnsupportedOperationException
        at 
org.apache.solr.client.solrj.io.sql.ConnectionImpl.prepareStatement(ConnectionImpl.java:217)
{code}

This correlates to:
{code}
  @Override
  public PreparedStatement prepareStatement(String sql, int resultSetType, int 
resultSetConcurrency) throws SQLException {
    throw new UnsupportedOperationException();
  }
{code}

> Implement PreparedStatementImpl parameterization
> ------------------------------------------------
>
>                 Key: SOLR-9017
>                 URL: https://issues.apache.org/jira/browse/SOLR-9017
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrJ
>    Affects Versions: 6.0
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>         Attachments: SOLR-9017.patch
>
>
> SOLR-8809 implemented prepared statements to avoid a NPE when clients were 
> connecting. The next step is to flesh out the rest of the class and implement 
> parameterization. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to