john-bodley commented on code in PR #26467: URL: https://github.com/apache/superset/pull/26467#discussion_r1456713641
########## superset/db_engine_specs/presto.py: ########## @@ -287,7 +287,7 @@ def convert_dttm( if isinstance(sqla_type, types.Date): return f"DATE '{dttm.date().isoformat()}'" if isinstance(sqla_type, types.TIMESTAMP): - return f"""TIMESTAMP '{dttm.isoformat(timespec="microseconds", sep=" ")}'""" + return f"""TIMESTAMP '{dttm.isoformat(timespec="milliseconds", sep=" ")}'""" Review Comment: @villebro do you think this change should be in the `PrestoBaseEngineSpec` class (as it is currently proposed) or the `PrestoEngineSpec` class? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org