You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Taras Supyk (JIRA)" <ji...@apache.org> on 2016/03/02 13:53:18 UTC

[jira] [Commented] (DRILL-4406) extract () Error: SYSTEM ERROR: ClassCastException. Caused By (java.lang.ClassCastException)

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

Taras Supyk commented on DRILL-4406:
------------------------------------

Reproduced with oracle

> extract () Error: SYSTEM ERROR: ClassCastException. Caused By (java.lang.ClassCastException) 
> ---------------------------------------------------------------------------------------------
>
>                 Key: DRILL-4406
>                 URL: https://issues.apache.org/jira/browse/DRILL-4406
>             Project: Apache Drill
>          Issue Type: Bug
>          Components:  Server
>    Affects Versions: 1.5.0
>            Reporter: N Campbell
>            Assignee: Taras Supyk
>             Fix For: 1.5.0
>
>
> Trying to extract( ) from a Postgres timestamp column fails
> create table TTS ( RNUM integer  not null , CTS timestamp(3 ) ) ;
> Error: SYSTEM ERROR: ClassCastException
> [Error Id: 4a6a1f6e-1caa-42c4-b44c-8db621477776 on centos1:31010]
>   (org.apache.drill.exec.work.foreman.ForemanException) Unexpected exception during fragment initialization: null
>     org.apache.drill.exec.work.foreman.Foreman.run():261
>     java.util.concurrent.ThreadPoolExecutor.runWorker():1142
>     java.util.concurrent.ThreadPoolExecutor$Worker.run():617
>     java.lang.Thread.run():745
>   Caused By (java.lang.ClassCastException) null
> SQLState:  null
> ErrorCode: 0



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)