maxgruber19 commented on issue #34992: URL: https://github.com/apache/superset/issues/34992#issuecomment-3549531620
Good to know and thanks for taking a look at it. What i see for the first time now after having a second look at my own logs attached above: It seems like superset already tries to fetch only one query but the query is not formatted the right way somehow? ``` SELECT * FROM default."tablename$partitions" ORDER BY partition DESC, record_count DESC, file_count DESC, total_size DESC, data DESC LIMIT 1 ``` But the query handled by trino is only the first line? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
