You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ken Geis (JIRA)" <ji...@apache.org> on 2018/05/11 21:59:00 UTC

[jira] [Created] (FLINK-9341) Oracle: "Type is not supported: Date"

Ken Geis created FLINK-9341:
-------------------------------

             Summary: Oracle: "Type is not supported: Date"
                 Key: FLINK-9341
                 URL: https://issues.apache.org/jira/browse/FLINK-9341
             Project: Flink
          Issue Type: Bug
          Components: Table API &amp; SQL
    Affects Versions: 1.4.2
            Reporter: Ken Geis


When creating a Table from an Oracle JDBCInputFormat with a date column, I get the error "Type is not supported: Date". This happens with as simple a query as
{code:java}
SELECT SYSDATE FROM DUAL{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)