potiuk commented on issue #25640:
URL: https://github.com/apache/airflow/issues/25640#issuecomment-1213002702
Right - I see. I think the mistake is that it should be (@kazanzhy ?) :
```
statements = [s.rstrip(';') if s.endswith(';') else s for s in splits]
```
That would actually make me think to remove common.sql and all the dependent
packages and release rc4 together because indeed any query without ";" passed
by "split_statement" will not work, which makes it quite problematic.
--
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]