You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For MySQL
CREATE TABLE DDL is parsed using Antlr parser,
for Datetime(0-6) , the precision is mapped correctly to datetime64(0-6) in CH.
For Timestamp, the precision is currently not read and mapped.
The text was updated successfully, but these errors were encountered:
For MySQL
CREATE TABLE DDL is parsed using Antlr parser,
for Datetime(0-6) , the precision is mapped correctly to datetime64(0-6) in CH.
For Timestamp, the precision is currently not read and mapped.
The text was updated successfully, but these errors were encountered: