You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Cong Luo (Jira)" <ji...@apache.org> on 2022/03/18 14:41:00 UTC

[jira] [Created] (DRILL-8170) Use the new Liquibase feature to override the obsolete feature

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)