You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "strongduanmu (via GitHub)" <gi...@apache.org> on 2023/03/10 03:14:05 UTC

[GitHub] [shardingsphere] strongduanmu opened a new pull request, #24534: Fix index does not exist exception and add integration test case

strongduanmu opened a new pull request, #24534:
URL: https://github.com/apache/shardingsphere/pull/24534

   Fixes #24516.
   
   Changes proposed in this pull request:
     - Fix index does not exist exception and add integration test case
   
   ---
   
   Before committing this PR, I'm sure that I have checked the following options:
   - [ ] My code follows the [code of conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/) of this project.
   - [ ] I have self-reviewed the commit code.
   - [ ] I have (or in comment I request) added corresponding labels for the pull request.
   - [ ] I have passed maven check locally : `./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
   - [ ] I have made corresponding changes to the documentation.
   - [ ] I have added corresponding unit tests for my changes.
   


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] tristaZero merged pull request #24534: Fix index does not exist exception and add integration test case

Posted by "tristaZero (via GitHub)" <gi...@apache.org>.
tristaZero merged PR #24534:
URL: https://github.com/apache/shardingsphere/pull/24534


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] codecov-commenter commented on pull request #24534: Fix index does not exist exception and add integration test case

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #24534:
URL: https://github.com/apache/shardingsphere/pull/24534#issuecomment-1463222017

   ## [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/24534?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#24534](https://codecov.io/gh/apache/shardingsphere/pull/24534?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (647f8bd) into [master](https://codecov.io/gh/apache/shardingsphere/commit/ea06d6a506edc8186ab68e5dc6545b04ef510363?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (ea06d6a) will **not change** coverage.
   > The diff coverage is `0.00%`.
   
   > :exclamation: Current head 647f8bd differs from pull request most recent head 97a16dc. Consider uploading reports for the commit 97a16dc to get more accurate results
   
   ```diff
   @@            Coverage Diff            @@
   ##             master   #24534   +/-   ##
   =========================================
     Coverage     50.20%   50.20%           
     Complexity     1599     1599           
   =========================================
     Files          3299     3299           
     Lines         53981    53981           
     Branches       9927     9927           
   =========================================
     Hits          27100    27100           
     Misses        24461    24461           
     Partials       2420     2420           
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/24534?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...chema/reviser/table/TableMetaDataReviseEngine.java](https://codecov.io/gh/apache/shardingsphere/pull/24534?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-aW5mcmEvY29tbW9uL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9zaGFyZGluZ3NwaGVyZS9pbmZyYS9tZXRhZGF0YS9kYXRhYmFzZS9zY2hlbWEvcmV2aXNlci90YWJsZS9UYWJsZU1ldGFEYXRhUmV2aXNlRW5naW5lLmphdmE=) | `0.00% <0.00%> (ø)` | |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org