We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi team,
I have issue about select data dremio from superset.
Column type in table is date but some have null value. Then my superset got this error
Dremio Error NaTType does not support utcoffset
This may be triggered by: Issue 1002 - The database returned an unexpected error.
See less
Pls help me. tks
The text was updated successfully, but these errors were encountered:
Hi, When coalesce(SO_DATE,0) it's ok. column result is 1970-01-01T00:00:00. But I don't need it. I want it to be null.
Sorry, something went wrong.
Hi @mod-tran , I have also faced this issue. How did you fix it?
As a workaround, if you want to be null, you can try to convert datetime to date. TO_DATE(SO_DATE)
TO_DATE(SO_DATE)
No branches or pull requests
Hi team,
I have issue about select data dremio from superset.
Column type in table is date but some have null value. Then my superset got this error
Dremio Error
NaTType does not support utcoffset
This may be triggered by:
Issue 1002 - The database returned an unexpected error.
See less
Pls help me. tks
The text was updated successfully, but these errors were encountered: