[shardingsphere] branch master updated: [Oracle SQL] Support HR-7-1 of Oracle SQL (#27604)

2023-07-31 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 551fec79ba6 [Oracle SQL] Support H

[GitHub] [shardingsphere] RaigorJiang merged pull request #27604: [Oracle SQL] Support HR-7-1 of Oracle SQL

2023-07-31 Thread via GitHub
RaigorJiang merged PR #27604: URL: https://github.com/apache/shardingsphere/pull/27604 -- 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

[GitHub] [shardingsphere] azexcy commented on a diff in pull request #27542: Refactor CDCClient, add more methods for use

2023-07-31 Thread via GitHub
azexcy commented on code in PR #27542: URL: https://github.com/apache/shardingsphere/pull/27542#discussion_r1280173424 ## kernel/data-pipeline/scenario/cdc/client/src/main/java/org/apache/shardingsphere/data/pipeline/cdc/client/CDCClient.java: ## @@ -93,14 +82,174 @@ protected v

[GitHub] [shardingsphere] RaigorJiang commented on pull request #27604: [Oracle SQL] Support HR-7-1 of Oracle SQL

2023-07-31 Thread via GitHub
RaigorJiang commented on PR #27604: URL: https://github.com/apache/shardingsphere/pull/27604#issuecomment-1659667503 For #27569 -- 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

[shardingsphere] branch master updated: Fixes #27587, add default data type for encrypt columns. (#27605)

2023-07-31 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 c0240a47109 Fixes #27587, add de

[GitHub] [shardingsphere] strongduanmu closed issue #27587: `SQLException: Incorrect integer value` when insert encrypted data

2023-07-31 Thread via GitHub
strongduanmu closed issue #27587: `SQLException: Incorrect integer value` when insert encrypted data URL: https://github.com/apache/shardingsphere/issues/27587 -- 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

[GitHub] [shardingsphere] strongduanmu merged pull request #27605: Add default data type `VARCHAR(4000)` for encrypt columns.

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

[GitHub] [shardingsphere] RaigorJiang opened a new pull request, #27605: Add default data type `VARCHAR(4000)` for encrypt columns.

2023-07-31 Thread via GitHub
RaigorJiang opened a new pull request, #27605: URL: https://github.com/apache/shardingsphere/pull/27605 Fixes #27587 Changes proposed in this pull request: - Add default data type `VARCHAR(4000)` for encrypt columns. ### Reference - In MySQL, the maximum length of varcha

[GitHub] [shardingsphere]: Workflow run "Required - Check" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user lancelly (triggered by lancelly). Head commit for run: ac91e22162db9f9471c6810db9026735c508a160 / lancelly <1435078...@qq.com> support HR-7-1 Report URL: https://github.com/apache/shardings

[GitHub] [shardingsphere] lancelly closed pull request #27604: [Oracle SQL] Support HR-7-1 of Oracle SQL

2023-07-31 Thread via GitHub
lancelly closed pull request #27604: [Oracle SQL] Support HR-7-1 of Oracle SQL URL: https://github.com/apache/shardingsphere/pull/27604 -- 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 co

[GitHub] [shardingsphere] lancelly commented on issue #27569: [Oracle SQL] Improve compatibility with Oracle SQL

2023-07-31 Thread via GitHub
lancelly commented on issue #27569: URL: https://github.com/apache/shardingsphere/issues/27569#issuecomment-1659580652 Hi, I fixed HR-7-1 in this PR: https://github.com/apache/shardingsphere/pull/27604 -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [shardingsphere]: Workflow run "Required - Check" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user lancelly (triggered by lancelly). Head commit for run: 29791a6d29de908012b5eb9534ed480016ba313f / lancelly <1435078...@qq.com> support HR-7-1 test Report URL: https://github.com/apache/shardin

[GitHub] [shardingsphere] lancelly opened a new pull request, #27604: [Oracle SQL] Support HR-7-1 of Oracle SQL

2023-07-31 Thread via GitHub
lancelly opened a new pull request, #27604: URL: https://github.com/apache/shardingsphere/pull/27604 The following SQL can not be parsed because createCompareSegment deals with Subquery wrongly. I referred to the createCompareSegment method of MySQLStatementVisitor and fixed the createCo

[shardingsphere] branch master updated: [Oracle SQL] Support HR-5-158 of Oracle SQL (#27603)

2023-07-31 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 12ca71c5ecc [Oracle SQL] Support H

[GitHub] [shardingsphere] RaigorJiang merged pull request #27603: [Oracle SQL] Support HR-5-158 of Oracle SQL

2023-07-31 Thread via GitHub
RaigorJiang merged PR #27603: URL: https://github.com/apache/shardingsphere/pull/27603 -- 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

[GitHub] [shardingsphere] FlyingZC closed issue #26968: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
FlyingZC closed issue #26968: Support parsing Oracle ALTER INDEX sql URL: https://github.com/apache/shardingsphere/issues/26968 -- 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.

[shardingsphere] branch master updated: Add oracle sql test (#27601)

2023-07-31 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 53ec1a73020 Add oracle sql test (#27

[GitHub] [shardingsphere] FlyingZC merged pull request #27601: Add oracle sql test

2023-07-31 Thread via GitHub
FlyingZC merged PR #27601: URL: https://github.com/apache/shardingsphere/pull/27601 -- 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

[GitHub] [shardingsphere] lancelly commented on issue #27569: [Oracle SQL] Improve compatibility with Oracle SQL

2023-07-31 Thread via GitHub
lancelly commented on issue #27569: URL: https://github.com/apache/shardingsphere/issues/27569#issuecomment-1659501956 Hi, I fixed HR-5-158 in this PR: https://github.com/apache/shardingsphere/pull/27603 -- This is an automated message from the Apache Git Service. To respond to the messa

[shardingsphere] branch master updated: Add rules for oracle create tablespace. (#27556)

2023-07-31 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 96021f29aee Add rules for oracle cre

[GitHub] [shardingsphere] lancelly opened a new pull request, #27603: [Oracle SQL] Support HR-5-158 of Oracle SQL

2023-07-31 Thread via GitHub
lancelly opened a new pull request, #27603: URL: https://github.com/apache/shardingsphere/pull/27603 In this pr, I added XMLAGG in the unreservedWord so that the alias xmlagg can be parsed correctly. -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [shardingsphere] FlyingZC merged pull request #27556: Add rules for oracle create tablespace.

2023-07-31 Thread via GitHub
FlyingZC merged PR #27556: URL: https://github.com/apache/shardingsphere/pull/27556 -- 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

[GitHub] [shardingsphere] RaigorJiang closed issue #26732: Discussion on providing SPI to implement Yaml Configuration conversion DistSQL script

2023-07-31 Thread via GitHub
RaigorJiang closed issue #26732: Discussion on providing SPI to implement Yaml Configuration conversion DistSQL script URL: https://github.com/apache/shardingsphere/issues/26732 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [shardingsphere] wangliguokaka commented on issue #27597: Is ShardingSphere 4.1.1 version compatible with Spring Boot 3.0.5 version?

2023-07-31 Thread via GitHub
wangliguokaka commented on issue #27597: URL: https://github.com/apache/shardingsphere/issues/27597#issuecomment-1659498375 can you provide a demo url for springboot3.x Integrated shardingsphere?thank you -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [shardingsphere] wangliguokaka commented on issue #27597: Is ShardingSphere 4.1.1 version compatible with Spring Boot 3.0.5 version?

2023-07-31 Thread via GitHub
wangliguokaka commented on issue #27597: URL: https://github.com/apache/shardingsphere/issues/27597#issuecomment-1659495158 the last version of sharding-jdbc-spring-boot-starter is 4.1.1, the last version of shardingsphere-jdbc-core is 5.4.0 do I only need to upgrade the shardingspher

[GitHub] [shardingsphere] sandynz commented on a diff in pull request #27542: Refactor CDCClient, add more methods for use

2023-07-31 Thread via GitHub
sandynz commented on code in PR #27542: URL: https://github.com/apache/shardingsphere/pull/27542#discussion_r1280044222 ## kernel/data-pipeline/scenario/cdc/client/src/test/java/org/apache/shardingsphere/data/pipeline/cdc/client/example/Bootstrap.java: ## @@ -32,19 +35,17 @@ pub

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user zihaoAK47 (triggered by zihaoAK47). Head commit for run: f66034541bba6b356239eb1478538a2a4c1f9cab / niu niu Fix code Report URL: https://github.com/apache/shardingsphere/actions/runs/572203

[GitHub] [shardingsphere] RaigorJiang commented on issue #27597: Is ShardingSphere 4.1.1 version compatible with Spring Boot 3.0.5 version?

2023-07-31 Thread via GitHub
RaigorJiang commented on issue #27597: URL: https://github.com/apache/shardingsphere/issues/27597#issuecomment-1659483127 4.1.1 is too old, you can try version latest 5.4.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[shardingsphere] branch master updated: [Oracle SQL] Support HR-5-19 of Oracle SQL (#27572)

2023-07-31 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 02d64cb1471 [Oracle SQL] Support H

[GitHub] [shardingsphere] RaigorJiang merged pull request #27572: [Oracle SQL] Support HR-5-19 of Oracle SQL

2023-07-31 Thread via GitHub
RaigorJiang merged PR #27572: URL: https://github.com/apache/shardingsphere/pull/27572 -- 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

[GitHub] [shardingsphere] RaigorJiang commented on a diff in pull request #27572: [Oracle SQL] Support HR-5-19 of Oracle SQL

2023-07-31 Thread via GitHub
RaigorJiang commented on code in PR #27572: URL: https://github.com/apache/shardingsphere/pull/27572#discussion_r1280055450 ## parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/BaseRule.g4: ## @@ -800,7 +800,12 @@ castFunction ; charFunction -: CHAR LP_ expr (

[GitHub] [shardingsphere] zihaoAK47 opened a new pull request, #27601: Add oracle sql test

2023-07-31 Thread via GitHub
zihaoAK47 opened a new pull request, #27601: URL: https://github.com/apache/shardingsphere/pull/27601 Fixes #26968. Changes proposed in this pull request: - Add oracle sql test --- Before committing this PR, I'm sure that I have checked the following options: - [

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 171f73bd2dfc32c11e8bd4ea8340877d8a66a996 / azexcy <13588031...@qq.com> Refactor CDCClient Report URL: https://github.com/apache/shardingsphere

[GitHub] [shardingsphere] archlevel opened a new issue, #27600: shardingsphere 5.4.0+mybaties; when getGeneratedKeys it return empty ResultSet when after executeBatch

2023-07-31 Thread via GitHub
archlevel opened a new issue, #27600: URL: https://github.com/apache/shardingsphere/issues/27600 ## 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/ap

[GitHub] [shardingsphere] strongduanmu commented on issue #26968: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
strongduanmu commented on issue #26968: URL: https://github.com/apache/shardingsphere/issues/26968#issuecomment-1659425967 @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

[GitHub] [shardingsphere] zihaoAK47 commented on issue #26968: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
zihaoAK47 commented on issue #26968: URL: https://github.com/apache/shardingsphere/issues/26968#issuecomment-1659422362 Hi, please assign this question 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

[shardingsphere] branch master updated: Extract public methods (#27575)

2023-07-31 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 f8524035b81 Extract public methods

[GitHub] [shardingsphere] RaigorJiang merged pull request #27575: Extract public methods

2023-07-31 Thread via GitHub
RaigorJiang merged PR #27575: URL: https://github.com/apache/shardingsphere/pull/27575 -- 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

[GitHub] [shardingsphere] strongduanmu commented on issue #27593: Cannot parse BYTEA on PostgreSQL and OpenGauss

2023-07-31 Thread via GitHub
strongduanmu commented on issue #27593: URL: https://github.com/apache/shardingsphere/issues/27593#issuecomment-1659413627 HI @jiangtao69039 thank you for your feedback. Can you try to solve this exception? -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [shardingsphere] strongduanmu commented on a diff in pull request #27599: support for DELETE queries

2023-07-31 Thread via GitHub
strongduanmu commented on code in PR #27599: URL: https://github.com/apache/shardingsphere/pull/27599#discussion_r1280013462 ## kernel/sql-federation/core/src/main/java/org/apache/shardingsphere/sqlfederation/compiler/converter/segment/from/impl/DeleteMultiTableConverter.java: #

[GitHub] [shardingsphere] kanha-gupta commented on pull request #27599: support for DELETE queries

2023-07-31 Thread via GitHub
kanha-gupta commented on PR #27599: URL: https://github.com/apache/shardingsphere/pull/27599#issuecomment-1659256540 @strongduanmu please review :) -- 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

[GitHub] [shardingsphere]: Workflow run "Required - Check" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user kanha-gupta (triggered by kanha-gupta). Head commit for run: 41e00dd5c50305b28150b5a5f459cff55c777d0e / Kanha gupta Merge remote-tracking branch 'origin/delete-support' into delete-support

[GitHub] [shardingsphere]: Workflow run "Required - Check" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user kanha-gupta (triggered by kanha-gupta). Head commit for run: 3fcde3d86602bf16f5bb3ffb75c7c12e210257b7 / kanha gupta <92207457+kanha-gu...@users.noreply.github.com> Merge branch 'master' into d

[GitHub] [shardingsphere] kanha-gupta opened a new pull request, #27599: support for DELETE queries

2023-07-31 Thread via GitHub
kanha-gupta opened a new pull request, #27599: URL: https://github.com/apache/shardingsphere/pull/27599 Ref #27377 Changes proposed in this pull request: Added support for DELETE queries Before committing this PR, I'm sure that I have checked the following options: - [

[GitHub] [shardingsphere]: Workflow run "Nightly - E2E Operation" failed!

2023-07-31 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: 0c834599a69315346d6eb2ad4656cada27b758cd / Liang Zhang Add missing name of pom (#27598) Report URL: https://github.com

[GitHub] [shardingsphere]: Workflow run "Nightly - Check" failed!

2023-07-31 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: 0c834599a69315346d6eb2ad4656cada27b758cd / Liang Zhang Add missing name of pom (#27598) Report URL: https://github.com/apache/shardings

[GitHub] [shardingsphere] github-actions[bot] commented on pull request #25968: * Added support for druid datasource

2023-07-31 Thread via GitHub
github-actions[bot] commented on PR #25968: URL: https://github.com/apache/shardingsphere/pull/25968#issuecomment-1659056206 There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale. -- This is an automated message f

[GitHub] [shardingsphere] github-actions[bot] commented on issue #26338: spring jpa + shardingsphere proxy Application run failed Error accessing table metadata

2023-07-31 Thread via GitHub
github-actions[bot] commented on issue #26338: URL: https://github.com/apache/shardingsphere/issues/26338#issuecomment-1659055973 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

[GitHub] [shardingsphere]: Workflow run "Nightly - CI" failed!

2023-07-31 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: 0c834599a69315346d6eb2ad4656cada27b758cd / Liang Zhang Add missing name of pom (#27598) Report URL: https://github.com/apache/shar

[GitHub] [shardingsphere]: Workflow run "Nightly - Build" failed!

2023-07-31 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: be8d2e0ee1383cfb91c55cfba96bf0f0524fe681 / Liang Zhang Remove SPI document internal impl (#27596) Report URL: https://github.co

[GitHub] [shardingsphere] freshchen commented on issue #24586: How to configure 'seata.enable-auto-data-source-proxy' when using shardingsphere?

2023-07-31 Thread via GitHub
freshchen commented on issue #24586: URL: https://github.com/apache/shardingsphere/issues/24586#issuecomment-1658702599 今天我遇到了类似问题,报错但是不影响回滚,主要是只有开启全局事务的服务(TM)能正常运行,其余的 RM 获取不到就报空指针 解决方式:自己重写下 SeataATShardingSphereTransactionManager 的 commit 和 rollback 方法在 SeataTransactionHolder get 的时

[shardingsphere] branch master updated: Add missing name of pom (#27598)

2023-07-31 Thread zhaojinchao
This is an automated email from the ASF dual-hosted git repository. zhaojinchao 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 0c834599a69 Add missing name of pom

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #27598: Add missing name of pom

2023-07-31 Thread via GitHub
zhaojinchao95 merged PR #27598: URL: https://github.com/apache/shardingsphere/pull/27598 -- 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

[GitHub] [shardingsphere] terrymanu opened a new pull request, #27598: Add missing name of pom

2023-07-31 Thread via GitHub
terrymanu opened a new pull request, #27598: URL: https://github.com/apache/shardingsphere/pull/27598 (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: Remove SPI document internal impl (#27596)

2023-07-31 Thread zhaojinchao
This is an automated email from the ASF dual-hosted git repository. zhaojinchao 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 be8d2e0ee13 Remove SPI document int

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #27596: Remove SPI document internal impl

2023-07-31 Thread via GitHub
zhaojinchao95 merged PR #27596: URL: https://github.com/apache/shardingsphere/pull/27596 -- 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

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 04e664e551a4df62af53715051a9c0a2df990415 / zhangliang Remove SPI document internal impl Report URL: https://github.com/apache/shardi

[GitHub] [shardingsphere] terrymanu opened a new pull request, #27596: Remove SPI document internal impl

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

[GitHub] [shardingsphere] lancelly commented on a diff in pull request #27572: [Oracle SQL] Support HR-5-19 of Oracle SQL

2023-07-31 Thread via GitHub
lancelly commented on code in PR #27572: URL: https://github.com/apache/shardingsphere/pull/27572#discussion_r1279502532 ## parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/BaseRule.g4: ## @@ -800,7 +800,12 @@ castFunction ; charFunction -: CHAR LP_ expr (COM

[GitHub] [shardingsphere] lancelly commented on a diff in pull request #27572: [Oracle SQL] Support HR-5-19 of Oracle SQL

2023-07-31 Thread via GitHub
lancelly commented on code in PR #27572: URL: https://github.com/apache/shardingsphere/pull/27572#discussion_r1279502532 ## parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/BaseRule.g4: ## @@ -800,7 +800,12 @@ castFunction ; charFunction -: CHAR LP_ expr (COM

[GitHub] [shardingsphere] lancelly commented on a diff in pull request #27572: [Oracle SQL] Support HR-5-19 of Oracle SQL

2023-07-31 Thread via GitHub
lancelly commented on code in PR #27572: URL: https://github.com/apache/shardingsphere/pull/27572#discussion_r1279502532 ## parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/BaseRule.g4: ## @@ -800,7 +800,12 @@ castFunction ; charFunction -: CHAR LP_ expr (COM

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 19f03dcd975a0a31369b00fe7e64cd89b807f76b / zhangliang Remove RegularUtils Report URL: https://github.com/apache/shardingsphere/actions/

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user boyjoy1127 (triggered by boyjoy1127). Head commit for run: 512407af22cefdfe069a429802c903acd38c / boyjoy1127 Merge remote-tracking branch 'origin/feat/oracle-create-tablespace-6' into f

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #27595: Move props into common module

2023-07-31 Thread via GitHub
zhaojinchao95 merged PR #27595: URL: https://github.com/apache/shardingsphere/pull/27595 -- 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

[shardingsphere] branch master updated: Move props into common module (#27595)

2023-07-31 Thread zhaojinchao
This is an automated email from the ASF dual-hosted git repository. zhaojinchao 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 e9c32ebf5fe Move props into common

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 171f73bd2dfc32c11e8bd4ea8340877d8a66a996 / azexcy <13588031...@qq.com> Refactor CDCClient Report URL: https://github.com/apache/shardingsphere

[GitHub] [shardingsphere] terrymanu opened a new pull request, #27595: Move props into common module

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

[GitHub] [shardingsphere]: Workflow run "CI" is working again!

2023-07-31 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: b0b4cd211cdcf8433a475fd0dbc889f8bfeee1a1 / zhangliang Move ShardingSphereAlgorithm into common module Report URL: https://github.com/apache/shard

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: b0b4cd211cdcf8433a475fd0dbc889f8bfeee1a1 / zhangliang Move ShardingSphereAlgorithm into common module Report URL: https://github.com/ap

[shardingsphere] branch master updated: Move ShardingSphereAlgorithm into common module (#27594)

2023-07-31 Thread zhaojinchao
This is an automated email from the ASF dual-hosted git repository. zhaojinchao 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 b3f777e4615 Move ShardingSphereAlgo

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #27594: Move ShardingSphereAlgorithm into common module

2023-07-31 Thread via GitHub
zhaojinchao95 merged PR #27594: URL: https://github.com/apache/shardingsphere/pull/27594 -- 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

[GitHub] [shardingsphere] terrymanu opened a new pull request, #27594: Move ShardingSphereAlgorithm into common module

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

[GitHub] [shardingsphere]: Workflow run "CI" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "CI" on shardingsphere.git has failed. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 9b75fd1592439dbe865afd29956b1b9a29bf072f / azexcy <13588031...@qq.com> Refactor CDCClient Report URL: https://github.com/apache/shardingsphere/actions/runs

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 9b75fd1592439dbe865afd29956b1b9a29bf072f / azexcy <13588031...@qq.com> Refactor CDCClient Report URL: https://github.com/apache/shardingsphere

[GitHub] [shardingsphere]: Workflow run "E2E - Agent" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has succeeded. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 9b75fd1592439dbe865afd29956b1b9a29bf072f / azexcy <13588031...@qq.com> Refactor CDCClient Report URL: https://github.com/apache/shardingsphere/

[GitHub] [shardingsphere] jiangtao69039 opened a new issue, #27593: Cannot parse BYTEA on PostgreSQL and OpenGauss

2023-07-31 Thread via GitHub
jiangtao69039 opened a new issue, #27593: URL: https://github.com/apache/shardingsphere/issues/27593 ## Bug Report **typeName** syntax does not support BYTEA ![image](https://github.com/apache/shardingsphere/assets/20572131/85193e7e-d8e9-49bd-a37d-e6fb7dac0a33) statement: ``

[GitHub] [shardingsphere]: Workflow run "Required - Check" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has succeeded. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 9b75fd1592439dbe865afd29956b1b9a29bf072f / azexcy <13588031...@qq.com> Refactor CDCClient Report URL: https://github.com/apache/shardingsp

[GitHub] [shardingsphere]: Workflow run "Required - Check" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "Required - Check" on shardingsphere.git has failed. Run started by GitHub user azexcy (triggered by azexcy). Head commit for run: 365e571c2046748559b82e56c6608710f3594df2 / azexcy <13588031...@qq.com> Refactor CDCClient Report URL: https://github.com/apache/shardingspher

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 54681bf9e8b5551feb6edf70e7bbeed045333fa6 / duanzhengqiang Fix shorthand expand wrong column name when subquery projection cont

[GitHub] [shardingsphere]: Workflow run "E2E - Agent" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Agent" on shardingsphere.git has failed. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 54681bf9e8b5551feb6edf70e7bbeed045333fa6 / duanzhengqiang Fix shorthand expand wrong column name when subquery projection contains al

[shardingsphere] branch master updated: Fix shorthand expand wrong column name when subquery projection contains alias (#27592)

2023-07-31 Thread zhaojinchao
This is an automated email from the ASF dual-hosted git repository. zhaojinchao 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 eb9e41a7024 Fix shorthand expand wr

[GitHub] [shardingsphere] zhaojinchao95 merged pull request #27592: Fix shorthand expand wrong column name when subquery projection contains alias

2023-07-31 Thread via GitHub
zhaojinchao95 merged PR #27592: URL: https://github.com/apache/shardingsphere/pull/27592 -- 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

[GitHub] [shardingsphere] strongduanmu opened a new pull request, #27592: Fix shorthand expand wrong column name when subquery projection contains alias

2023-07-31 Thread via GitHub
strongduanmu opened a new pull request, #27592: URL: https://github.com/apache/shardingsphere/pull/27592 Ref #27287. Changes proposed in this pull request: - Fix shorthand expand wrong column name when subquery projection contains alias - add unit test --- Befo

[GitHub] [shardingsphere] corgy-w commented on issue #27578: Two questions about agent

2023-07-31 Thread via GitHub
corgy-w commented on issue #27578: URL: https://github.com/apache/shardingsphere/issues/27578#issuecomment-1658230071 > Hi @corgy-w Now agent can support ShardingSphere-JDBC, please refer the document: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/ob

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" failed!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has failed. Run started by GitHub user terrymanu (triggered by terrymanu). Head commit for run: 6560b073cf608f2baf6694c7785efaabbb331071 / zhangliang Rename SPI‘s package Report URL: https://github.com/apache/shardingsphere/actions

[GitHub] [shardingsphere] strongduanmu closed issue #26967: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
strongduanmu closed issue #26967: Support parsing Oracle ALTER INDEX sql URL: https://github.com/apache/shardingsphere/issues/26967 -- 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

[GitHub] [shardingsphere] strongduanmu commented on issue #26967: Support parsing Oracle ALTER INDEX sql

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

[shardingsphere] branch master updated: Enhance Oracle alter index syntax (#27590)

2023-07-31 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 7d98131efac Enhance Oracle alter

[GitHub] [shardingsphere] strongduanmu merged pull request #27590: Enhance Oracle alter index syntax

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

[GitHub] [shardingsphere] strongduanmu closed issue #26966: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
strongduanmu closed issue #26966: Support parsing Oracle ALTER INDEX sql URL: https://github.com/apache/shardingsphere/issues/26966 -- 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

[GitHub] [shardingsphere] strongduanmu merged pull request #27591: Rename SPI‘s package

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

[GitHub] [shardingsphere] terrymanu opened a new pull request, #27591: Rename SPI‘s package

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

[GitHub] [shardingsphere] zihaoAK47 commented on issue #26967: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
zihaoAK47 commented on issue #26967: URL: https://github.com/apache/shardingsphere/issues/26967#issuecomment-1658118039 Error sql: SQL> ALTER INDEX index_name MODIFY PARTITION partition_name PARAMETER (paramstring); ALTER INDEX index_name MODIFY PARTITION partition_name PARAMETER

[GitHub] [shardingsphere] zihaoAK47 commented on pull request #27590: Enhance Oracle alter index syntax

2023-07-31 Thread via GitHub
zihaoAK47 commented on PR #27590: URL: https://github.com/apache/shardingsphere/pull/27590#issuecomment-1658118757 https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/ALTER-INDEX.html#GUID-D8F648E7-8C07-4C89-BB71-862512536558__BGEE -- This is an automated message from

[GitHub] [shardingsphere] zihaoAK47 commented on issue #26966: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
zihaoAK47 commented on issue #26966: URL: https://github.com/apache/shardingsphere/issues/26966#issuecomment-1658116274 They cannot execute correctly, but according to the grammar diagram, there seems to be no problem -- This is an automated message from the Apache Git Service. To respon

[GitHub] [shardingsphere] zihaoAK47 commented on issue #26966: Support parsing Oracle ALTER INDEX sql

2023-07-31 Thread via GitHub
zihaoAK47 commented on issue #26966: URL: https://github.com/apache/shardingsphere/issues/26966#issuecomment-1658113961 Error sql: SQL> ALTER INDEX index MONITORING USAGE; ALTER INDEX index MONITORING USAGE * ERROR at line 1: ORA-00953: missing or invalid index

[shardingsphere] branch master updated: Refactor check DatabaseRule is empty (#27544)

2023-07-31 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 83527e1fa78 Refactor check Databas

[GitHub] [shardingsphere] RaigorJiang merged pull request #27544: Refactor check DatabaseRule is empty

2023-07-31 Thread via GitHub
RaigorJiang merged PR #27544: URL: https://github.com/apache/shardingsphere/pull/27544 -- 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

[GitHub] [shardingsphere] zihaoAK47 opened a new pull request, #27590: Enhance Oracle alter index syntax

2023-07-31 Thread via GitHub
zihaoAK47 opened a new pull request, #27590: URL: https://github.com/apache/shardingsphere/pull/27590 Fixes #26966 #26967. Changes proposed in this pull request: - Enhance Oracle alter index syntax - Add test sql --- Before committing this PR, I'm sure that I ha

[GitHub] [shardingsphere]: Workflow run "E2E - Operation" is working again!

2023-07-31 Thread GitBox
The GitHub Actions job "E2E - Operation" on shardingsphere.git has succeeded. Run started by GitHub user strongduanmu (triggered by strongduanmu). Head commit for run: 7a30188104d421ff135639514f73e08dbd59441a / duanzhengqiang Create new projection with subquery table alias when shorthand expan

  1   2   >