Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: DuckDB - TIME data type not retrievable. #3744

Open
usbrandon opened this issue Mar 20, 2024 · 0 comments
Open

[Bug]: DuckDB - TIME data type not retrievable. #3744

usbrandon opened this issue Mar 20, 2024 · 0 comments

Comments

@usbrandon
Copy link
Contributor

usbrandon commented Mar 20, 2024

Apache Hop version?

2.8-GA

Java version?

11

Operating system

Windows

What happened?

If you create a table, for example

image

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

@github-actions github-actions bot added P3 Nice to have Database labels Mar 20, 2024
@usbrandon usbrandon changed the title [Bug]: DuckDB - Timestamps not retrievable. [Bug]: DuckDB - TIME data type not retrievable. Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant