(shardingsphere) branch master updated: Refactor SQLHintUtils logic for method reuse (#29134)

2023-11-22 Thread tuichenchuxin
This is an automated email from the ASF dual-hosted git repository. tuichenchuxin 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 806c6fb1b3a Refactor SQLHintUtils

Re: [PR] Refactor SQLHintUtils logic for method reuse [shardingsphere]

2023-11-22 Thread via GitHub
tuichenchuxin merged PR #29134: URL: https://github.com/apache/shardingsphere/pull/29134 -- 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

[I] READWRITE_SPLITTING,write the primary database and read the slave database in a transaction. [shardingsphere]

2023-11-22 Thread via GitHub
Techoc opened a new issue, #29135: URL: https://github.com/apache/shardingsphere/issues/29135 This is my project link: https://github.com/Techoc/learn-java/tree/master/dynamic-datasource/dynamic-datasource-sharding-jdbc-02 ## Question When i use READWRITE_SPLITTING mode b

Re: [PR] Use ArrayList to optimize executeBatch performance [shardingsphere]

2023-11-22 Thread via GitHub
FlyingZC closed pull request #29132: Use ArrayList to optimize executeBatch performance URL: https://github.com/apache/shardingsphere/pull/29132 -- 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 s

[PR] Refactor SQLHintUtils logic for method reuse [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu opened a new pull request, #29134: URL: https://github.com/apache/shardingsphere/pull/29134 Fixes #ISSUSE_ID. Changes proposed in this pull request: - Refactor SQLHintUtils logic for method reuse --- Before committing this PR, I'm sure that I have checke

(shardingsphere) branch master updated: Remove useless codes (#29133)

2023-11-22 Thread totalo
This is an automated email from the ASF dual-hosted git repository. totalo 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 1283c2d1005 Remove useless codes (#29133

Re: [PR] Remove useless codes [shardingsphere]

2023-11-22 Thread via GitHub
totalo merged PR #29133: URL: https://github.com/apache/shardingsphere/pull/29133 -- 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

[PR] Remove useless codes [shardingsphere]

2023-11-22 Thread via GitHub
terrymanu opened a new pull request, #29133: URL: https://github.com/apache/shardingsphere/pull/29133 (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

[PR] Use ArrayList to optimize executeBatch performance [shardingsphere]

2023-11-22 Thread via GitHub
FlyingZC opened a new pull request, #29132: URL: https://github.com/apache/shardingsphere/pull/29132 Changes proposed in this pull request: - Use ArrayList to optimize executeBatch performance --- Before committing this PR, I'm sure that I have checked the following option

Re: [I] java.lang.NullPointerException in props.getConnectionPropertySynonyms().getStandardProperties().get("url").toString() [shardingsphere]

2023-11-22 Thread via GitHub
RaigorJiang commented on issue #29116: URL: https://github.com/apache/shardingsphere/issues/29116#issuecomment-1823877392 @rechardguo In the master branch, `StorageResourceUtils` has been refactored. I tested with master and there was no problem. Can you try the master branch? --

Re: [I] Add test cases for AlgorithmMetaDataQueryResultRows and AlgorithmMetaDataQueryResultRow [shardingsphere]

2023-11-22 Thread via GitHub
clbigdata commented on issue #29086: URL: https://github.com/apache/shardingsphere/issues/29086#issuecomment-1823854969 I want try this -- 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 specif

Re: [I] java.lang.NullPointerException in props.getConnectionPropertySynonyms().getStandardProperties().get("url").toString() [shardingsphere]

2023-11-22 Thread via GitHub
RaigorJiang commented on issue #29116: URL: https://github.com/apache/shardingsphere/issues/29116#issuecomment-1823844798 Hi @rechardguo , Thanks for your feedback, I will investigate this issue. -- This is an automated message from the Apache Git Service. To respond to the message, pl

(shardingsphere) branch master updated: Provide `native-image.properties` containing `--report-unsupported-elements-at-runtime` of buildArgs (#29124)

2023-11-22 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 3aff42fbe69 Provide `native-image.pr

Re: [PR] Provide `native-image.properties` containing `--report-unsupported-elements-at-runtime` of buildArgs [shardingsphere]

2023-11-22 Thread via GitHub
terrymanu merged PR #29124: URL: https://github.com/apache/shardingsphere/pull/29124 -- 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) branch master updated (faf380b73a2 -> 8a6b1d9043d)

2023-11-22 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git from faf380b73a2 Refactor GovernanceRepositoryAPI (#29129) add 8a6b1d9043d Rename PipelineJobInfo.tableNam

Re: [PR] Rename PipelineJobInfo.tableName [shardingsphere]

2023-11-22 Thread via GitHub
taojintianxia merged PR #29131: URL: https://github.com/apache/shardingsphere/pull/29131 -- 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] Rename PipelineJobInfo.tableName [shardingsphere]

2023-11-22 Thread via GitHub
terrymanu opened a new pull request, #29131: URL: https://github.com/apache/shardingsphere/pull/29131 (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] Refactor GovernanceRepositoryAPI [shardingsphere]

2023-11-22 Thread via GitHub
sandynz merged PR #29129: URL: https://github.com/apache/shardingsphere/pull/29129 -- 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-unsubsc

(shardingsphere) branch master updated: Refactor GovernanceRepositoryAPI (#29129)

2023-11-22 Thread zhonghongsheng
This is an automated email from the ASF dual-hosted git repository. zhonghongsheng 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 faf380b73a2 Refactor GovernanceR

(shardingsphere-on-cloud) branch main updated: refactor: adjust agent server to raw error and cli error display (#472)

2023-11-22 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git The following commit(s) were added to refs/heads/main by this push: new 8ce3577 refactor: adjust agent

Re: [PR] refactor: adjust agent server to raw error and cli error display [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
taojintianxia merged PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472 -- 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: notificati

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

2023-11-22 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: ad3381ee12a916042da82f640fa381698ca71f83 / zhangliang Fix test case Report URL: https://github.com/apache/shardingsphere/actions/runs/6965160414

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

2023-11-22 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: d297b0e8f887ee8e20a355d9454e844be253c420 / zhangliang Fix test case Report URL: https://github.com/apache/shardingsphere/actions/runs/6965054402 Wi

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

2023-11-22 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 09fbb09145b9fe43cb8ae486744baee1ed1b24a7 / zhangliang Add PipelineMetaDataProcessConfigurationGovernanceRepository Report URL: https://github.com/ap

[I] Failed to deserialize data of longblob type stored [shardingsphere]

2023-11-22 Thread via GitHub
charlesChou321 opened a new issue, #29130: URL: https://github.com/apache/shardingsphere/issues/29130 Using the latest version of shardingproxyy, the database is using mysql.Using proxy to insert longBlob type data into the table, the storage is a serialized HashSet object. After querying

Re: [I] "java.sql.SQLException: Column index out of range" occurs during a non-shard table subquery. [shardingsphere]

2023-11-22 Thread via GitHub
atlkay commented on issue #29125: URL: https://github.com/apache/shardingsphere/issues/29125#issuecomment-1823704515 I changed "select * "to "select a,b,c" In this form, the sql does not throw an error, which is a strange problem. -- This is an automated message from the Apache Git S

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

2023-11-22 Thread GitBox
The GitHub Actions job "Nightly - E2E Operation" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: ba88f53093702bfbacfac007f1460cfc6dc3d253 / Xinze Guo <101622833+aze...@users.noreply.github.com> Use deepEquals instead

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

2023-11-22 Thread GitBox
The GitHub Actions job "Nightly - Check" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: ba88f53093702bfbacfac007f1460cfc6dc3d253 / Xinze Guo <101622833+aze...@users.noreply.github.com> Use deepEquals instead of equals at MyS

Re: [I] Add unit test for MD5AssistedEncryptAlgorithm [shardingsphere]

2023-11-22 Thread via GitHub
github-actions[bot] commented on issue #28512: URL: https://github.com/apache/shardingsphere/issues/28512#issuecomment-1823439579 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

Re: [I] Add more unit tests for ConstraintReviseEngine [shardingsphere]

2023-11-22 Thread via GitHub
github-actions[bot] commented on issue #28537: URL: https://github.com/apache/shardingsphere/issues/28537#issuecomment-1823439465 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

Re: [I] sharding-proxy and mybatis to write to MySQL using multiple threads, the code for obtaining an auto-increment id uses SELECT LAST_INSERT_ID(), The return values of ID are partially duplicated

2023-11-22 Thread via GitHub
github-actions[bot] commented on issue #28659: URL: https://github.com/apache/shardingsphere/issues/28659#issuecomment-1823439388 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

Re: [I] UnsupportedStorageTypeException Unsupported storage type [shardingsphere]

2023-11-22 Thread via GitHub
github-actions[bot] commented on issue #28748: URL: https://github.com/apache/shardingsphere/issues/28748#issuecomment-1823439302 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

Re: [I] select * is not supported for associated query [shardingsphere]

2023-11-22 Thread via GitHub
github-actions[bot] commented on issue #28841: URL: https://github.com/apache/shardingsphere/issues/28841#issuecomment-1823439242 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 - CI" failed!

2023-11-22 Thread GitBox
The GitHub Actions job "Nightly - CI" on shardingsphere.git has failed. Run started by GitHub user taojintianxia (triggered by taojintianxia). Head commit for run: ba88f53093702bfbacfac007f1460cfc6dc3d253 / Xinze Guo <101622833+aze...@users.noreply.github.com> Use deepEquals instead of equals a

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

2023-11-22 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 09fbb09145b9fe43cb8ae486744baee1ed1b24a7 / zhangliang Add PipelineMetaDataProcessConfigurationGovernanceRepository Report URL: https://github.com/ap

[PR] Refactor GovernanceRepositoryAPI [shardingsphere]

2023-11-22 Thread via GitHub
terrymanu opened a new pull request, #29129: URL: https://github.com/apache/shardingsphere/pull/29129 (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 "Nightly - Build" failed!

2023-11-22 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: ba88f53093702bfbacfac007f1460cfc6dc3d253 / Xinze Guo <101622833+aze...@users.noreply.github.com> Use deepEquals instead of equal

Re: [PR] refactor: adjust agent server to raw error and cli error display [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
codecov-commenter commented on PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472#issuecomment-1822745637 ## [Codecov](https://app.codecov.io/gh/apache/shardingsphere-on-cloud/pull/472?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=

Re: [PR] refactor: adjust agent server to raw error and cli error display [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
sonarcloud[bot] commented on PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472#issuecomment-1822739479 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-

Re: [PR] refactor: adjust agent server to raw error and cli error display [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
sonarcloud[bot] commented on PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472#issuecomment-1822729335 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.pn

Re: [PR] refactor: adjust agent server to raw error and cli error display [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
sonarcloud[bot] commented on PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472#issuecomment-1822722566 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.pn

Re: [PR] refactor: adjust agent server to raw error and cli error display [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
sonarcloud[bot] commented on PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472#issuecomment-1822712869 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.pn

Re: [PR] refactor: adjust agent server to raw error and cli error display [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
sonarcloud[bot] commented on PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472#issuecomment-1822702914 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.pn

Re: [PR] Error msg [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
sonarcloud[bot] commented on PR #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472#issuecomment-1822690522 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.pn

[PR] Error msg [shardingsphere-on-cloud]

2023-11-22 Thread via GitHub
mlycore opened a new pull request, #472: URL: https://github.com/apache/shardingsphere-on-cloud/pull/472 ### Type of change: - [ ] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches - [x] Refactor ### What this PR does

Re: [I] sharding-jdbc不支持单分库不分表吗?使用Hint方式分库 [shardingsphere]

2023-11-22 Thread via GitHub
liuyukuai commented on issue #8328: URL: https://github.com/apache/shardingsphere/issues/8328#issuecomment-1822573803 @noisyjin 这个问题你解决了么 -- 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 spec

(shardingsphere) branch master updated: Use deepEquals instead of equals at MySQLIncrementalDumper (#29127)

2023-11-22 Thread zhonghongsheng
This is an automated email from the ASF dual-hosted git repository. zhonghongsheng 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 ba88f530937 Use deepEquals inste

Re: [PR] Use deepEquals instead of equals at MySQLIncrementalDumper [shardingsphere]

2023-11-22 Thread via GitHub
sandynz merged PR #29127: URL: https://github.com/apache/shardingsphere/pull/29127 -- 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-unsubsc

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu commented on issue #27129: URL: https://github.com/apache/shardingsphere/issues/27129#issuecomment-1822360219 Fixed by https://github.com/apache/shardingsphere/pull/29128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu closed issue #27129: Support parsing Oracle CREATE VIEW sql URL: https://github.com/apache/shardingsphere/issues/27129 -- 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 commen

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu commented on issue #27128: URL: https://github.com/apache/shardingsphere/issues/27128#issuecomment-1822359867 Fixed by https://github.com/apache/shardingsphere/pull/29128 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu closed issue #27128: Support parsing Oracle CREATE VIEW sql URL: https://github.com/apache/shardingsphere/issues/27128 -- 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 commen

Re: [PR] Change oracle DDLStatement.g4 import order [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu merged PR #29128: URL: https://github.com/apache/shardingsphere/pull/29128 -- 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

(shardingsphere) branch master updated: Change oracle DDLStatement.g4 import order (#29128)

2023-11-22 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 8f3e4faa4fa Change oracle DDLSta

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu closed issue #27127: Support parsing Oracle CREATE VIEW sql URL: https://github.com/apache/shardingsphere/issues/27127 -- 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 commen

Re: [PR] Use deepEquals instead of equals at MySQLIncrementalDumper [shardingsphere]

2023-11-22 Thread via GitHub
sandynz commented on code in PR #29127: URL: https://github.com/apache/shardingsphere/pull/29127#discussion_r1401693497 ## test/it/pipeline/src/test/java/org/apache/shardingsphere/test/it/data/pipeline/core/job/service/GovernanceRepositoryAPIImplTest.java: ## @@ -87,6 +87,8 @@ v

(shardingsphere) branch master updated: Fix statement visitor of DistSQL ALTER SQL_TRANSLATOR RULE (#29126)

2023-11-22 Thread jianglongtao
This is an automated email from the ASF dual-hosted git repository. jianglongtao 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 ed650481edc Fix statement visitor

Re: [PR] Fix statement visitor of DistSQL ALTER SQL_TRANSLATOR RULE [shardingsphere]

2023-11-22 Thread via GitHub
RaigorJiang merged PR #29126: URL: https://github.com/apache/shardingsphere/pull/29126 -- 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-uns

Re: [I] "java.sql.SQLException: Column index out of range" occurs during a non-shard table subquery. [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu commented on issue #29125: URL: https://github.com/apache/shardingsphere/issues/29125#issuecomment-1822329050 Hi @atlkay, can you try the latest 5.4.1 version? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
strongduanmu commented on issue #27129: URL: https://github.com/apache/shardingsphere/issues/27129#issuecomment-1822327371 @zihaoAK47 Assigned. -- 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 th

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

2023-11-22 Thread GitBox
The GitHub Actions job "E2E - SQL" on shardingsphere.git has succeeded. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: 511ce5d324ab1a80bdd76820cab91172a7489d16 / linghengqian Provide `native-image.properties` containing `--report-unsupported-elements

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
zihaoAK47 commented on issue #27129: URL: https://github.com/apache/shardingsphere/issues/27129#issuecomment-1822304286 Hi please assign the questions to me. Thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
zihaoAK47 commented on issue #27128: URL: https://github.com/apache/shardingsphere/issues/27128#issuecomment-1822304149 Hi please assign the questions to me. Thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Support parsing Oracle CREATE VIEW sql [shardingsphere]

2023-11-22 Thread via GitHub
zihaoAK47 commented on issue #27127: URL: https://github.com/apache/shardingsphere/issues/27127#issuecomment-1822303962 Hi please assign the questions to me. Thank you -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[PR] Change oracle DDLStatement.g4 import order [shardingsphere]

2023-11-22 Thread via GitHub
zihaoAK47 opened a new pull request, #29128: URL: https://github.com/apache/shardingsphere/pull/29128 Fixes #27127 #27128 #27129. Changes proposed in this pull request: - Change oracle DDLStatement.g4 import order - Add test sql --- Before committing this PR, I'

[PR] Pipeline [shardingsphere]

2023-11-22 Thread via GitHub
azexcy opened a new pull request, #29127: URL: https://github.com/apache/shardingsphere/pull/29127 Changes proposed in this pull request: - Use deepEquals instead of equals, because it's support binary data such as `byte[]`, `Byte` - Clean invalid job config, avoid affecting o

[PR] Fix statement visitor of DistSQL ALTER SQL_TRANSLATOR RULE [shardingsphere]

2023-11-22 Thread via GitHub
Pace2Car opened a new pull request, #29126: URL: https://github.com/apache/shardingsphere/pull/29126 For #29108. Changes proposed in this pull request: - Fix statement visitor of DistSQL ALTER SQL_TRANSLATOR RULE --- Before committing this PR, I'm sure that I have ch

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

2023-11-22 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user linghengqian (triggered by linghengqian). Head commit for run: 511ce5d324ab1a80bdd76820cab91172a7489d16 / linghengqian Provide `native-image.properties` containing `--report-unsupported-e

[I] "java.sql.SQLException: Column index out of range" occurs during a non-shard table subquery. [shardingsphere]

2023-11-22 Thread via GitHub
atlkay opened a new issue, #29125: URL: https://github.com/apache/shardingsphere/issues/29125 ## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apach