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
Summary
main branch:
mysql> create table t(d32 datetime32, d64 datetime64); mysql> insert into t values('2022-04-02 15:10:28', '2022-04-02 15:10:28'); mysql> insert into t values('2022-04-02 15:10:28.221', '2022-04-02 15:10:28.221'); mysql> select * from t; +---------------------+-------------------------+ | d32 | d64 | +---------------------+-------------------------+ | 2022-04-02 15:10:28 | 1970-01-20 02:01:52.228 | | 2022-04-02 15:10:28 | 1970-01-20 02:01:52.228 | +---------------------+-------------------------+
The text was updated successfully, but these errors were encountered:
maybe related to arrow-rs/issues/1459
Sorry, something went wrong.
It's not. It's related to custom precision. I'm refactoring the deserilization now.
sundy-li
Successfully merging a pull request may close this issue.
Summary
main branch:
The text was updated successfully, but these errors were encountered: