pjfanning commented on PR #2767:
URL: https://github.com/apache/drill/pull/2767#issuecomment-1445455789

   It looks like Liquibase uses a snakeyaml 1.0 API call that is not supported 
in snaleyaml 2.0.
   
   ```
   2023-02-26T15:12:21.4680779Z Caused by: java.lang.NoSuchMethodError: 
org.yaml.snakeyaml.constructor.SafeConstructor: method <init>()V not found
   2023-02-26T15:12:21.4681347Z         at 
liquibase.parser.core.yaml.YamlChangeLogParser.parse(YamlChangeLogParser.java:23)
   2023-02-26T15:12:21.4681830Z         at 
liquibase.Liquibase.getDatabaseChangeLog(Liquibase.java:369)
   ```


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to