You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/09 07:06:19 UTC

[GitHub] [incubator-shardingsphere] KomachiSion opened a new pull request #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo

KomachiSion opened a new pull request #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo
URL: https://github.com/apache/incubator-shardingsphere/pull/3912
 
 
   Fixes #3854 .
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] KomachiSion commented on issue #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo

Posted by GitBox <gi...@apache.org>.
KomachiSion commented on issue #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo
URL: https://github.com/apache/incubator-shardingsphere/pull/3912#issuecomment-572456761
 
 
   /run ci

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] coveralls commented on issue #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo
URL: https://github.com/apache/incubator-shardingsphere/pull/3912#issuecomment-572481183
 
 
   ## Pull Request Test Coverage Report for [Build 1305](https://coveralls.io/builds/27999730)
   
   * **1** of **1**   **(100.0%)**  changed or added relevant line in **1** file are covered.
   * **123** unchanged lines in **7** files lost coverage.
   * Overall coverage increased (+**0.002%**) to **65.711%**
   
   ---
   
   
   |  Files with Coverage Reduction | New Missed Lines | % |
   | :-----|--------------|--: |
   | [sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/statement/ShardingPreparedStatement.java](https://coveralls.io/builds/27999730/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fstatement%2FShardingPreparedStatement.java#L254) | 5 | 84.48% |
   | [sharding-core/sharding-core-route/src/main/java/org/apache/shardingsphere/core/route/router/sharding/ShardingRouter.java](https://coveralls.io/builds/27999730/source?filename=sharding-core%2Fsharding-core-route%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fcore%2Froute%2Frouter%2Fsharding%2FShardingRouter.java#L64) | 7 | 88.57% |
   | [sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/wrapper/StatementExecutorWrapper.java](https://coveralls.io/builds/27999730/source?filename=sharding-proxy%2Fsharding-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Fbackend%2Fcommunication%2Fjdbc%2Fwrapper%2FStatementExecutorWrapper.java#L69) | 16 | 2.38% |
   | [sharding-proxy/sharding-proxy-backend/src/main/java/org/apache/shardingsphere/shardingproxy/backend/communication/jdbc/wrapper/PreparedStatementExecutorWrapper.java](https://coveralls.io/builds/27999730/source?filename=sharding-proxy%2Fsharding-proxy-backend%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingproxy%2Fbackend%2Fcommunication%2Fjdbc%2Fwrapper%2FPreparedStatementExecutorWrapper.java#L72) | 17 | 2.22% |
   | [sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/executor/AbstractStatementExecutor.java](https://coveralls.io/builds/27999730/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fexecutor%2FAbstractStatementExecutor.java#L191) | 20 | 47.92% |
   | [sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/statement/MasterSlaveStatement.java](https://coveralls.io/builds/27999730/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fstatement%2FMasterSlaveStatement.java#L65) | 27 | 13.68% |
   | [sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/statement/MasterSlavePreparedStatement.java](https://coveralls.io/builds/27999730/source?filename=sharding-jdbc%2Fsharding-jdbc-core%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fshardingsphere%2Fshardingjdbc%2Fjdbc%2Fcore%2Fstatement%2FMasterSlavePreparedStatement.java#L56) | 31 | 6.49% |
   <!-- | **Total:** | **123** |  | -->
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/27999730/badge)](https://coveralls.io/builds/27999730) |
   | :-- | --: |
   | Change from base [Build 660](https://coveralls.io/builds/27998018): |  0.002% |
   | Covered Lines: | 10726 |
   | Relevant Lines: | 16323 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   

----------------------------------------------------------------
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

[GitHub] [incubator-shardingsphere] terrymanu merged pull request #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo

Posted by GitBox <gi...@apache.org>.
terrymanu merged pull request #3912: Fixed #3854, fix NullPointerException when call CachedDatabaseMetaData.getIndexInfo
URL: https://github.com/apache/incubator-shardingsphere/pull/3912
 
 
   

----------------------------------------------------------------
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