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 2022/07/21 17:06:42 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new pull request, #19451: Improve ParseDistSQLHandler & add parse test case for PostgreSQL.

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

   Fixes #19450.
   
   Changes proposed in this pull request:
   - Fix null exception
   - Add test case for PostgreSQL
   


-- 
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 #19451: Improve ParseDistSQLHandler & add parse test case for PostgreSQL.

Posted by GitBox <gi...@apache.org>.
tristaZero merged PR #19451:
URL: https://github.com/apache/shardingsphere/pull/19451


-- 
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 #19451: Improve ParseDistSQLHandler & add parse test case for PostgreSQL.

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #19451:
URL: https://github.com/apache/shardingsphere/pull/19451#issuecomment-1191801024

   # [Codecov](https://codecov.io/gh/apache/shardingsphere/pull/19451?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 [#19451](https://codecov.io/gh/apache/shardingsphere/pull/19451?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (43ddd31) into [master](https://codecov.io/gh/apache/shardingsphere/commit/23fae80b23ce1188b3d890a3e2b3aefc8ce36ad3?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (23fae80) will **decrease** coverage by `0.00%`.
   > The diff coverage is `100.00%`.
   
   ```diff
   @@             Coverage Diff              @@
   ##             master   #19451      +/-   ##
   ============================================
   - Coverage     59.82%   59.82%   -0.01%     
     Complexity     2383     2383              
   ============================================
     Files          3822     3822              
     Lines         54480    54477       -3     
     Branches       7648     7647       -1     
   ============================================
   - Hits          32594    32590       -4     
   - Misses        19087    19089       +2     
   + Partials       2799     2798       -1     
   ```
   
   
   | [Impacted Files](https://codecov.io/gh/apache/shardingsphere/pull/19451?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [...text/distsql/ral/advanced/ParseDistSQLHandler.java](https://codecov.io/gh/apache/shardingsphere/pull/19451/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hhcmRpbmdzcGhlcmUtcHJveHkvc2hhcmRpbmdzcGhlcmUtcHJveHktYmFja2VuZC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvcHJveHkvYmFja2VuZC90ZXh0L2Rpc3RzcWwvcmFsL2FkdmFuY2VkL1BhcnNlRGlzdFNRTEhhbmRsZXIuamF2YQ==) | `100.00% <100.00%> (+16.66%)` | :arrow_up: |
   | [...nd/text/distsql/ral/hint/enums/HintSourceType.java](https://codecov.io/gh/apache/shardingsphere/pull/19451/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2hhcmRpbmdzcGhlcmUtcHJveHkvc2hhcmRpbmdzcGhlcmUtcHJveHktYmFja2VuZC9zcmMvbWFpbi9qYXZhL29yZy9hcGFjaGUvc2hhcmRpbmdzcGhlcmUvcHJveHkvYmFja2VuZC90ZXh0L2Rpc3RzcWwvcmFsL2hpbnQvZW51bXMvSGludFNvdXJjZVR5cGUuamF2YQ==) | `0.00% <0.00%> (-42.86%)` | :arrow_down: |
   
   Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?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