For invalid query liquibase rollback doesn't give error

Syntax vise it is working fine but it execute wrong query and doesn’t show any errors.


Suppose we give wrong id=11111 in rollback that is not available in snowflake database table then also it rollback say execute successfully .

It need to give error or warning for this

Running a DML that affects zero rows is still a successful DML according to the DBMS platform. Do you have an example?