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
I found an error when trying to enable the filter pushdown with mysql_experimental_filter_pushdown:
WHERE (`datetimeCol`<'2022-01-01 00:00:00'::TIMESTAMPAND`datetimeCol`IS NOT NULL)": You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '::TIMESTAMP AND `datetimeCol` IS NOT NULL)' at line 1
I understand that is an internal error from duckdb that tries to rewrite the query before sending to MySQL. It happens only with DATETIME type (I've tried using INT by PK)