pierrejeambrun commented on issue #57344: URL: https://github.com/apache/airflow/issues/57344#issuecomment-3455660739
If we use `nulls_first` `nulls_last` from sqlalchemy, is the index correctly used ? If so, we can replace this case expression with sqlalchemy checks. It will not work for mysql, so we can omit `nulls` ordering for `mysql`. (default mysql behavior for nulls sorting will be used) -- 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]
