nauu opened a new issue #1425: [Enhancement] JDBC class driver are duplicate 
define in Constants, We can only use one of them.
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1425
 
 
   **Describe**
   
   JDBC class driver are duplicate define in Constants.java ,such as:
   
   ```
   public static final String JDBC_POSTGRESQL_CLASS_NAME = 
"org.postgresql.Driver";
   
   and
   
   public static final String ORG_POSTGRESQL_DRIVER = "org.postgresql.Driver";
   ```
   There are same effect, We can only use one of them.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to