materialize icon indicating copy to clipboard operation
materialize copied to clipboard

sql: consider adding a `try_parse_mysql_datetime` function

Open chuck-alt-delete opened this issue 9 months ago • 1 comments

Feature request

The string produced with TEXT COLUMNS (a_timestamp_column) does not match the format try_parse requires to enable temporal filter pushdown.

We should consider adding a new try_parse_mysql_datetime function that handles the MySQL datetime format.

chuck-alt-delete avatar May 10 '24 13:05 chuck-alt-delete

As @rjobanp mentioned on Slack, the TEXT COLUMNS option is performing to spec. The intent is to exactly match the MySQL textual format for the column.

Going to adjust this ask to be about adding something more akin to a try_parse_mysql_datetime function!

benesch avatar May 10 '24 18:05 benesch