Cong Luo created DRILL-8170:
-------------------------------
Summary: Use the new Liquibase feature to override the obsolete
feature
Key: DRILL-8170
URL: https://issues.apache.org/jira/browse/DRILL-8170
Project: Apache Drill
Issue Type: Improvement
Reporter: Cong Luo
*[Very minor, but can be good for newcomers]*
It is recommended to use the new function if the following issue is resolved.
[https://github.com/liquibase/liquibase/issues/2349]
{code:java}
// Deprecated
DatabaseFactory.getInstance()
// New
Scope.getCurrentScope().getSingleton(DatabaseFactory.class){code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)