Re: [PR] fix: SQL COUNT with GROUP BY to prevent incorrect row returns [shardingsphere]

2024-10-28 Thread via GitHub
strongduanmu commented on PR #33380: URL: https://github.com/apache/shardingsphere/pull/33380#issuecomment-2443221245 > @strongduanmu I have merged the master branch So the code which I corrected earlier was incorrect? > > ``` > private List getMemoryResultSetRows(final SelectStat

[GH] (shardingsphere): Workflow run "E2E - SQL" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: ed4d0d52bff149945549d985b937dd7d786b550c / zhangliang Move packages of RuleConfigurationToDistSQLConverter's impl Report URL: https://gith

(shardingsphere) branch master updated: Fix avg, sum, min, max function return empty data when no query result return (#33449)

2024-10-28 Thread chengzhang
This is an automated email from the ASF dual-hosted git repository. chengzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new d10aa6fbb6b Fix avg, sum, min, max f

Re: [PR] fix: SQL COUNT with GROUP BY to prevent incorrect row returns [shardingsphere]

2024-10-28 Thread via GitHub
Malaydewangan09 commented on PR #33380: URL: https://github.com/apache/shardingsphere/pull/33380#issuecomment-2443211867 @strongduanmu so the code which I corrected earlier was incorrect? ``` private List getMemoryResultSetRows(final SelectStatementContext selectStatementContext,

Re: [PR] fix: SQL COUNT with GROUP BY to prevent incorrect row returns [shardingsphere]

2024-10-28 Thread via GitHub
strongduanmu commented on PR #33380: URL: https://github.com/apache/shardingsphere/pull/33380#issuecomment-2443186756 Hi @Malaydewangan09, i have added e2e test for #4680 in #33449, you can merge master branch, and test the only one case which related to your issue. -- This is an automat

Re: [PR] fix: SQL COUNT with GROUP BY to prevent incorrect row returns [shardingsphere]

2024-10-28 Thread via GitHub
Malaydewangan09 commented on PR #33380: URL: https://github.com/apache/shardingsphere/pull/33380#issuecomment-2443228810 Okay I have resolved the conflicts. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] The Shardingsphere Proxy not support oracle [shardingsphere]

2024-10-28 Thread via GitHub
github-actions[bot] commented on issue #33329: URL: https://github.com/apache/shardingsphere/issues/33329#issuecomment-2442516416 There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. -- This is an automated message f

[GH] (shardingsphere): Workflow run "Nightly - Check" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "Nightly - Check" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: ec3138d877408b8854039422c52d59c5356740d2 / Liang Zhang Add more test cases on MaskRule (#33446) Report URL: https://github.com/apach

(shardingsphere) branch master updated: Add more test cases on MaskRule (#33447)

2024-10-28 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 42a8189b5cd Add more test cases on M

Re: [PR] Add more test cases on MaskRule [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu merged PR #33447: URL: https://github.com/apache/shardingsphere/pull/33447 -- 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-unsub

[GH] (shardingsphere): Workflow run "Required - Check" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user Malaydewangan09 (triggered by strongduanmu). Head commit for run: 867a1f98078bccb9975139a9898477dd2e70a2b6 / Malay Dewangan <66718045+malaydewanga...@users.noreply.github.com> Merge branch 'ma

[GH] (shardingsphere): Workflow run "E2E - Operation" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user Malaydewangan09 (triggered by strongduanmu). Head commit for run: 867a1f98078bccb9975139a9898477dd2e70a2b6 / Malay Dewangan <66718045+malaydewanga...@users.noreply.github.com> Merge branch 'mas

[GH] (shardingsphere): Workflow run "E2E - Agent" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user Malaydewangan09 (triggered by strongduanmu). Head commit for run: 867a1f98078bccb9975139a9898477dd2e70a2b6 / Malay Dewangan <66718045+malaydewanga...@users.noreply.github.com> Merge branch 'master'

[GH] (shardingsphere): Workflow run "E2E - SQL" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user Malaydewangan09 (triggered by strongduanmu). Head commit for run: 7db48d2bfe3138a1f2ce8e47dce539f3767a9d9b / unknown update e2e tests for isssue #4680 Report URL: https://github.com/apache/shardings

Re: [PR] fix: SQL COUNT with GROUP BY to prevent incorrect row returns [shardingsphere]

2024-10-28 Thread via GitHub
Malaydewangan09 commented on PR #33380: URL: https://github.com/apache/shardingsphere/pull/33380#issuecomment-2443065275 @strongduanmu can you help me with this? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[PR] Add more test cases on MaskRule [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu opened a new pull request, #33447: URL: https://github.com/apache/shardingsphere/pull/33447 (no comment) -- 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 unsubs

Re: [PR] Fix avg, sum, min, max function return empty data when no query result return [shardingsphere]

2024-10-28 Thread via GitHub
FlyingZC merged PR #33449: URL: https://github.com/apache/shardingsphere/pull/33449 -- 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-unsubs

[PR] Move packages of RuleConfigurationToDistSQLConverter's impl [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu opened a new pull request, #33448: URL: https://github.com/apache/shardingsphere/pull/33448 (no comment) -- 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 unsubs

(shardingsphere) branch master updated: Move packages of RuleConfigurationToDistSQLConverter's impl (#33448)

2024-10-28 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 36c783109b1 Move packages of Rul

Re: [PR] Move packages of RuleConfigurationToDistSQLConverter's impl [shardingsphere]

2024-10-28 Thread via GitHub
strongduanmu merged PR #33448: URL: https://github.com/apache/shardingsphere/pull/33448 -- 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-un

[GH] (shardingsphere): Workflow run "Required - Check" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user shamilv (triggered by linghengqian). Head commit for run: 683359d73987cafbc3f4ecd3a684282e2fa079bf / Shamil Valiev <35022048+sham...@users.noreply.github.com> Add Doris grammar rules and te

[GH] (shardingsphere): Workflow run "E2E - Operation" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user shamilv (triggered by linghengqian). Head commit for run: 683359d73987cafbc3f4ecd3a684282e2fa079bf / Shamil Valiev <35022048+sham...@users.noreply.github.com> Add Doris grammar rules and tes

[PR] Fix avg, sum, min, max function return empty data when no query result [shardingsphere]

2024-10-28 Thread via GitHub
strongduanmu opened a new pull request, #33449: URL: https://github.com/apache/shardingsphere/pull/33449 Fixes #6118. Changes proposed in this pull request: - Fix avg, sum, min, max function return empty data when no query result --- Before committing this PR, I'm su

[GH] (shardingsphere): Workflow run "E2E - SQL" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user Malaydewangan09 (triggered by strongduanmu). Head commit for run: 867a1f98078bccb9975139a9898477dd2e70a2b6 / Malay Dewangan <66718045+malaydewanga...@users.noreply.github.com> Merge branch 'master' i

[GH] (shardingsphere): Workflow run "CI" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user Malaydewangan09 (triggered by strongduanmu). Head commit for run: 867a1f98078bccb9975139a9898477dd2e70a2b6 / Malay Dewangan <66718045+malaydewanga...@users.noreply.github.com> Merge branch 'master' into sql

[GH] (shardingsphere): Workflow run "CI" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user Yash-cor (triggered by Yash-cor). Head commit for run: 8c9d01c2771a7132c04f98bb8e0794069f5cf928 / Yash-cor Merge branch 'apache:master' into ISSUE_31553_MYSQL_QUERY Report URL: https://github.com/apache

[GH] (shardingsphere): Workflow run "E2E - SQL" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user shamilv (triggered by linghengqian). Head commit for run: 683359d73987cafbc3f4ecd3a684282e2fa079bf / Shamil Valiev <35022048+sham...@users.noreply.github.com> Add Doris grammar rules and tests Re

Re: [I] The Shardingsphere Proxy not support oracle [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu closed issue #33329: The Shardingsphere Proxy not support oracle URL: https://github.com/apache/shardingsphere/issues/33329 -- 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 comm

[GH] (shardingsphere): Workflow run "E2E - Agent" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has succeeded. Run started by GitHub user shamilv (triggered by linghengqian). Head commit for run: 683359d73987cafbc3f4ecd3a684282e2fa079bf / Shamil Valiev <35022048+sham...@users.noreply.github.com> Add Doris grammar rules and tests

Re: [PR] Add more test cases on MaskMergedResult [shardingsphere]

2024-10-28 Thread via GitHub
yx9o merged PR #33439: URL: https://github.com/apache/shardingsphere/pull/33439 -- 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-unsubscr..

(shardingsphere) branch master updated: Add more test cases on MaskMergedResult (#33439)

2024-10-28 Thread yx9o
This is an automated email from the ASF dual-hosted git repository. yx9o pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new ba7ba6fb46e Add more test cases on MaskMer

Re: [PR] Add database name for JDBC when execute SHOW COMPUTE NODES [shardingsphere]

2024-10-28 Thread via GitHub
iamhucong merged PR #33437: URL: https://github.com/apache/shardingsphere/pull/33437 -- 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-unsub

(shardingsphere) 01/01: Merge pull request #33437 from zhaojinchao95/dev7

2024-10-28 Thread hucong
This is an automated email from the ASF dual-hosted git repository. hucong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git commit cd84d9f318c5ad73af9a21663ca3e5bcb9a18a09 Merge: ba7ba6fb46e 429f12c23ec Author: Cong Hu AuthorDate: Mon Oct 28 1

(shardingsphere) branch master updated (ba7ba6fb46e -> cd84d9f318c)

2024-10-28 Thread hucong
This is an automated email from the ASF dual-hosted git repository. hucong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from ba7ba6fb46e Add more test cases on MaskMergedResult (#33439) add ff4344a2a87 Add database name for JDBC w

[PR] Add more test cases on GenericTableRandomReplaceAlgorithm [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu opened a new pull request, #33438: URL: https://github.com/apache/shardingsphere/pull/33438 (no comment) -- 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 unsubs

(shardingsphere) branch master updated: Add more test cases on GenericTableRandomReplaceAlgorithm (#33438)

2024-10-28 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new da1bbad64d7 Add more test cases on G

Re: [PR] Add more test cases on GenericTableRandomReplaceAlgorithm [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu merged PR #33438: URL: https://github.com/apache/shardingsphere/pull/33438 -- 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-unsub

[PR] Add more test cases on MaskMergedResult [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu opened a new pull request, #33439: URL: https://github.com/apache/shardingsphere/pull/33439 (no comment) -- 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 unsubs

[GH] (shardingsphere): Workflow run "Required - Check" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 70e884db5935644514fe6c7bf27c82fdaac5b2f3 / zhaojinchao Fix checkstyle Report URL: https://github.com/apache/shardingsphere/

Re: [I] Support parsing Doris sql [shardingsphere]

2024-10-28 Thread via GitHub
shamilv commented on issue #31504: URL: https://github.com/apache/shardingsphere/issues/31504#issuecomment-2440752534 HI @terrymanu @iamhucong Could you please review my PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GH] (shardingsphere): Workflow run "Required - Check" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user shamilv (triggered by iamhucong). Head commit for run: 0945d5912ffdbde69ee667dadf30eabe878d6534 / Shamil Valiev <35022048+sham...@users.noreply.github.com> Add Doris grammar rules and tests R

[PR] Add Doris grammar rules for RECOVER and tests [shardingsphere]

2024-10-28 Thread via GitHub
shamilv opened a new pull request, #33436: URL: https://github.com/apache/shardingsphere/pull/33436 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Added changes necessary to parse Doris RECOVER statements including: - RECOVER PARTITION - RECOVER DATABASE

Re: [I] org.apache.shardingsphere.sharding.merge.dql.orderby.OrderByValue.getOrderValuesCaseSensitiveFromTables [shardingsphere]

2024-10-28 Thread via GitHub
lcfliuxi commented on issue #33325: URL: https://github.com/apache/shardingsphere/issues/33325#issuecomment-2440724598 This issue may be duplicate with [#32265](https://github.com/apache/shardingsphere/issues/32265). -- This is an automated message from the Apache Git Service. To respond

[PR] Add database name for JDBC when execute SHWO COMPUTE NODES and SHOW COMPUTE NODE INFO [shardingsphere]

2024-10-28 Thread via GitHub
zhaojinchao95 opened a new pull request, #33437: URL: https://github.com/apache/shardingsphere/pull/33437 Fixes #ISSUSE_ID. Changes proposed in this pull request: - --- Before committing this PR, I'm sure that I have checked the following options: - [ ] My code f

[GH] (shardingsphere): Workflow run "Required - Check" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 690822a178c65a854ed00e8ba244b954177c4cbb / zhaojinchao Fix E2E Report URL: https://github.com/apache/shardingsphere/actions/ru

Re: [I] By Interval Sharding Algorithm, the data is not appropriately fragmented. [shardingsphere]

2024-10-28 Thread via GitHub
tianxin8206 commented on issue #33284: URL: https://github.com/apache/shardingsphere/issues/33284#issuecomment-2441021044 Could there be a solution to this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[PR] Revise global.yaml [shardingsphere]

2024-10-28 Thread via GitHub
zhaojinchao95 opened a new pull request, #33440: URL: https://github.com/apache/shardingsphere/pull/33440 (no comment) -- 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 un

(shardingsphere) branch master updated: Revise global.yaml (#33440)

2024-10-28 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 1e947ce7be2 Revise global.yaml (#334

Re: [PR] Revise global.yaml [shardingsphere]

2024-10-28 Thread via GitHub
taojintianxia merged PR #33440: URL: https://github.com/apache/shardingsphere/pull/33440 -- 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-u

[PR] Add more test cases on MaskAlgorithmChangedProcessor and MaskTableChangedProcessor [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu opened a new pull request, #33441: URL: https://github.com/apache/shardingsphere/pull/33441 (no comment) -- 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 unsubs

[GH] (shardingsphere): Workflow run "Required - Check" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: d7135c862fa688d413b594401df6d86a33a937a0 / zhangliang Add more test cases on MaskAlgorithmChangedProcessor and MaskTableChangedProcess

[GH] (shardingsphere): Workflow run "Nightly - Build" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Nightly - Build" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: ec3138d877408b8854039422c52d59c5356740d2 / Liang Zhang Add more test cases on MaskRule (#33446) Report URL: https://github.com/

[GH] (shardingsphere): Workflow run "Nightly - CI" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 9a6e570e5220359e1f5ea7ef10315294392353a9 / Liang Zhang Add more test cases on MaskAlgorithmChangedProcessor and MaskTableChangedProcessor

[GH] (shardingsphere): Workflow run "E2E - SQL" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has failed. Run started by GitHub user Malaydewangan09 (triggered by terrymanu). Head commit for run: 3ef0f86dbdff3989fd43589022fc18fff2b5d290 / unknown fix: fix e2e tests for issue #4680 Report URL: https://github.com/apache/shardingsph

Re: [PR] fix: SQL COUNT with GROUP BY to prevent incorrect row returns [shardingsphere]

2024-10-28 Thread via GitHub
Malaydewangan09 commented on PR #33380: URL: https://github.com/apache/shardingsphere/pull/33380#issuecomment-2441966501 Hey @strongduanmu Can you help me with this ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GH] (shardingsphere): Workflow run "Nightly - E2E Operation" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Nightly - E2E Operation" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 9a6e570e5220359e1f5ea7ef10315294392353a9 / Liang Zhang Add more test cases on MaskAlgorithmChangedProcessor and MaskTableChang

[GH] (shardingsphere): Workflow run "Nightly - SQL parser loading from external cases" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Nightly - SQL parser loading from external cases" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: ec3138d877408b8854039422c52d59c5356740d2 / Liang Zhang Add more test cases on MaskRule (#33446) Repor

[GH] (shardingsphere): Workflow run "Nightly - E2E SQL" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: ec3138d877408b8854039422c52d59c5356740d2 / Liang Zhang Add more test cases on MaskRule (#33446) Report URL: https://github.com/apache

[GH] (shardingsphere): Workflow run "E2E - Operation" failed!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user zhaojinchao95 (triggered by zhaojinchao95). Head commit for run: 79e3a059383492b41332f7843c7e35b4aa4018e2 / zhaojinchao Revise global.yaml Report URL: https://github.com/apache/shardingsphere/

Re: [PR] Add more test cases on MaskAlgorithmChangedProcessor and MaskTableChangedProcessor [shardingsphere]

2024-10-28 Thread via GitHub
strongduanmu merged PR #33441: URL: https://github.com/apache/shardingsphere/pull/33441 -- 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-un

Re: [PR] Add more test cases on MaskRule [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu merged PR #33446: URL: https://github.com/apache/shardingsphere/pull/33446 -- 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-unsub

Re: [I] Question about sql parser test utility [shardingsphere]

2024-10-28 Thread via GitHub
makssent commented on issue #33442: URL: https://github.com/apache/shardingsphere/issues/33442#issuecomment-2441873933 > What is your purpose? There's really no practical purpose, just want to see only the tests I've written myself so that the generic ones don't get in the way of vis

[PR] Adjustment timeout-minutes [shardingsphere]

2024-10-28 Thread via GitHub
zhaojinchao95 opened a new pull request, #33445: URL: https://github.com/apache/shardingsphere/pull/33445 (no comment) -- 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 un

(shardingsphere) branch master updated: Add more test cases on MaskAlgorithmChangedProcessor and MaskTableChangedProcessor (#33441)

2024-10-28 Thread duanzhengqiang
This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new 9a6e570e522 Add more test cases

[I] SQL PARSER TESTS [shardingsphere]

2024-10-28 Thread via GitHub
makssent opened a new issue, #33442: URL: https://github.com/apache/shardingsphere/issues/33442 The SQL test utility of the shardingsphere parser has common tests such as: ``` delete_with_schema create_table drop_table ``` and others. Can I skip these tests without

[I] The TPS (Transactions Per Second) of the proxy has decreased by half. [shardingsphere]

2024-10-28 Thread via GitHub
dobet opened a new issue, #33443: URL: https://github.com/apache/shardingsphere/issues/33443 ## Question **For English only**, other languages will not accept. Before asking a question, make sure you have: - Googled your question. - Searched open and closed [GitHub is

[PR] Add more test cases on MaskRule [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu opened a new pull request, #33446: URL: https://github.com/apache/shardingsphere/pull/33446 (no comment) -- 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 unsubs

(shardingsphere) branch master updated: Add more test cases on MaskRule (#33446)

2024-10-28 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git The following commit(s) were added to refs/heads/master by this push: new ec3138d8774 Add more test cases on M

Re: [I] Question about sql parser test utility [shardingsphere]

2024-10-28 Thread via GitHub
terrymanu commented on issue #33442: URL: https://github.com/apache/shardingsphere/issues/33442#issuecomment-2441852457 What is your purpose? -- 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

[GH] (shardingsphere): Workflow run "Required - Check" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: b5e2add01160668b46049c7b57ec8e4ba048d1dd / zhangliang Add more test cases on MaskAlgorithmChangedProcessor and MaskTableChangedProc

Re: [I] How's the sidecar project going? [shardingsphere]

2024-10-28 Thread via GitHub
JianZheng168 commented on issue #33328: URL: https://github.com/apache/shardingsphere/issues/33328#issuecomment-2441286805 Thank you for the invitation. I don't have much time to participate -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[PR] Issue 31553 Improving MYSQL Queries [shardingsphere]

2024-10-28 Thread via GitHub
Yash-cor opened a new pull request, #33444: URL: https://github.com/apache/shardingsphere/pull/33444 Fixes #31553 . Changes proposed in this pull request: **No grammar change was required All the queries that were stated in this were working correctly Included the test cas

[GH] (shardingsphere): Workflow run "E2E - Operation" is working again!

2024-10-28 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user Yash-cor (triggered by Yash-cor). Head commit for run: 2e5d1077319031193aad3a9fc4d57b5526ffbc39 / Yash Tiwari solved the differences Report URL: https://github.com/apache/shardingsphere/ac