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 & 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)