nauu opened a new pull request #1430: Remove duplicate JDBC class driver which 
define in Constants.java 
URL: https://github.com/apache/incubator-dolphinscheduler/pull/1430
 
 
   ## What is the purpose of the pull request
   
   For #1425
   
   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.
   
   
   ## Brief change log
   
   
     - *Edit DataSourceFactory.java*
     - *Edit Constants.java*
   
   ## Verify this pull request
   
     - *Manually verified the change by testing locally.*
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to