Codingaditya17 commented on PR #67550: URL: https://github.com/apache/airflow/pull/67550#issuecomment-4569736367
The CI failure is fixed now. The issue was the distinct pagination subquery selecting only `ParseImportError.id` while `ORDER BY` could use fields like `filename` or `timestamp`, which Postgres/MySQL require to be present in the selected distinct columns. I updated the query in `7f6cc207a8`, and all checks are now passing. -- 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]
