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
Should be fixed by a solution to #2306
Description
lower_bin returns a string and not a DateTime
Steps to reproduce
On edge using:
from deephaven.time import lower_bin from deephaven import time_table minute_in_nanos = 60 * 1000 * 1000 * 1000 source = time_table('00:00:01')\ .update_view( ['received_at_minute = lower_bin(Timestamp, minute_in_nanos)'] )
Expected results
Expected new column to be a DateTime value without the extra casting
Actual results
Without casting it explicitly as a DateTime the column is a string.
If applicable, add any additional screenshots, logs, or other attachments to help explain your problem.
Versions
The text was updated successfully, but these errors were encountered:
Update demo.py
ab0fe98
Added issue about lower_bin returning string and not DateTime #2303
update Debezium script for v2 python (#2299)
ac4b888
* update sript for v2 python * Update demo.py Added issue about lower_bin returning string and not DateTime #2303 * Update demo.py * Update debezium/scripts/demo.py * Update demo.py
the usage is no longer supported by changes in #4388
Sorry, something went wrong.
jmao-denver
Successfully merging a pull request may close this issue.
Should be fixed by a solution to #2306
Description
lower_bin returns a string and not a DateTime
Steps to reproduce
On edge using:
Expected results
Expected new column to be a DateTime value without the extra casting
Actual results
Without casting it explicitly as a DateTime the column is a string.
**Additional details and attachments**
If applicable, add any additional screenshots, logs, or other attachments to help explain your problem.
Versions
The text was updated successfully, but these errors were encountered: