tooptoop4 commented on issue #9384: URL: https://github.com/apache/incubator-superset/issues/9384#issuecomment-663045188
commenting out https://github.com/apache/incubator-superset/blob/0.36/superset/db_engine_specs/presto.py#L859-L862 is a workaround for point 3 error. io.prestosql.spi.PrestoException: line 31:19: '=' cannot be applied to timestamp(3), varchar(23) in Table Preview of 100 rows "feed_date" = '2020-07-23 00:00:00.000' WHERE filter got generated instead of AND "feed_date" = date_parse('2020-07-23 00:00:00.000','%Y-%m-%d %H:%i:%S.%f') but it means just first 100 rows get shown but not specifically 100 rows from latest partition in the table preview ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
