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

Convert NULL datetime inputs into NULL values rather than cast to 0s since Epoch #70

Closed
BTheunissen opened this issue Nov 15, 2023 · 2 comments

Comments

@BTheunissen
Copy link
Contributor

Common issue where a null value for a datetime type will be materialized as a value of 1970 1 1 (epoch), instead a NULL value should be written in these cases.

@BTheunissen
Copy link
Contributor Author

Will get to this in the next sprint.

@BTheunissen
Copy link
Contributor Author

Addressed by #142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant