You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/10 05:58:14 UTC

[GitHub] [incubator-dolphinscheduler] nauu opened a new pull request #1430: Remove duplicate JDBC class driver which define in Constants.java

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:
users@infra.apache.org


With regards,
Apache Git Services