hop
hop copied to clipboard
[Bug]: DuckDB - TIME data type not retrievable.
Apache Hop version?
2.8-GA
Java version?
11
Operating system
Windows
What happened?
If you create a table, for example
CREATE TABLE RUN_TIME AS SELECT current_time AS RUN_DATE; DESCRIBE RUN_TIME;
The time is of type TIME, and does only include the time portion.
Not sure how these should map in Java or Hop, but currently Hop tries to cast it using a whole date + time string and fails.
Issue Priority
Priority: 3
Issue Component
Component: Database