-
Notifications
You must be signed in to change notification settings - Fork 608
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
question: Can't cast NULL TIMESTAMP with dialect="bigquery" #10752
Labels
bigquery
The BigQuery backend
question
Questions about the library
timestamps
Issues related to the timestamp API
Comments
Thanks for the issue!
Does that help? |
Here are some examples of what you're trying to do:
|
Closing this out for now! |
@cpcloud Cheers Phillip! That did it :) Thanks for coming back to me so quickly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bigquery
The BigQuery backend
question
Questions about the library
timestamps
Issues related to the timestamp API
What happened?
I would expect the following statements to output a
CAST(NULL AS TIMESTAMP)
. I found issues related to BigQuery'sTIMESTAMP
andDATETIME
columns but I really need aCAST(NULL AS TIMESTAMP)
because I'm using it in a.union(...)
where the types need to match.What version of ibis are you using?
10.0.0.dev459
What backend(s) are you using, if any?
BigQuery
Code of Conduct
The text was updated successfully, but these errors were encountered: