Re: [PR] Fix sql federation unknown type exception caused by calcite wrong result type with bigint [shardingsphere]

2024-08-30 Thread via GitHub
zhaojinchao95 merged PR #32730: URL: https://github.com/apache/shardingsphere/pull/32730 -- 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: Fix sql federation unknown type exception caused by calcite wrong result type with bigint (#32730)

2024-08-30 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 f3a97521b62 Fix sql federation unkn

[PR] Refactor PipelineJobRunnerManager [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu opened a new pull request, #32731: URL: https://github.com/apache/shardingsphere/pull/32731 (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] Copy value expressions when creating an insert value [shardingsphere]

2024-08-30 Thread via GitHub
strongduanmu merged PR #32729: URL: https://github.com/apache/shardingsphere/pull/32729 -- 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: Copy value expressions when creating an insert value (#32729)

2024-08-30 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 677749f1df9 Copy value expressio

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
strongduanmu commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320448240 Can you try the latest version? I think this bug has been solved by new sql binder module. -- This is an automated message from the Apache Git Service. To respond t

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
Great1 commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320463303 i user shardingsphere-jdbc-core-spring-boot-starter : org.apache.shardingsphere shardingsphere-jdbc-core-spring-boot-starter

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
strongduanmu commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320470247 Of course, you could refer the latest document to upgrade. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
Great1 commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320474535 Thanks, if I don't upgrade, is there any way to solve it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
Great1 commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320475319 Thanks, if I don't upgrade, is there any way to solve it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
strongduanmu commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320476593 There is no way to solve this problem without upgrading, unless you synchronize the master code to a lower version yourself, but considering the huge difference, this

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
strongduanmu closed issue #32732: Column index out of range URL: https://github.com/apache/shardingsphere/issues/32732 -- 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: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
strongduanmu commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320480157 Since this issus has been fixed, I will close it now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] Column index out of range [shardingsphere]

2024-08-30 Thread via GitHub
Great1 commented on issue #32732: URL: https://github.com/apache/shardingsphere/issues/32732#issuecomment-2320477985 Thanks, if I don't upgrade, is there any way to solve it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom opened a new issue, #32734: URL: https://github.com/apache/shardingsphere/issues/32734 For example, xxx_orgCode, orgCode is an unpredictable or indeterminate number. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[PR] Fix default data source lost when create migration job [shardingsphere]

2024-08-30 Thread via GitHub
RaigorJiang opened a new pull request, #32735: URL: https://github.com/apache/shardingsphere/pull/32735 Fixes #32733. Changes proposed in this pull request: - Keep default data source if present -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Fix default data source lost when create migration job [shardingsphere]

2024-08-30 Thread via GitHub
zhaojinchao95 merged PR #32735: URL: https://github.com/apache/shardingsphere/pull/32735 -- 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

Re: [I] Lost default data source when create migration job [shardingsphere]

2024-08-30 Thread via GitHub
zhaojinchao95 closed issue #32733: Lost default data source when create migration job URL: https://github.com/apache/shardingsphere/issues/32733 -- 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

(shardingsphere) branch master updated: Fix default data source lost when create migration job (#32735)

2024-08-30 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 6f0d325c69c Fix default data source

Re: [PR] Refactor PipelineJobRunnerManager [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu merged PR #32731: URL: https://github.com/apache/shardingsphere/pull/32731 -- 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: Refactor PipelineJobRunnerManager (#32731)

2024-08-30 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 ccb5cb531a8 Refactor PipelineJobRunn

[PR] Refactor TransmissionJobItemProgress [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu opened a new pull request, #32736: URL: https://github.com/apache/shardingsphere/pull/32736 (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 TransmissionJobItemProgress [shardingsphere]

2024-08-30 Thread via GitHub
taojintianxia merged PR #32736: URL: https://github.com/apache/shardingsphere/pull/32736 -- 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: Refactor TransmissionJobItemProgress (#32736)

2024-08-30 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 e98467e43f5 Refactor TransmissionJob

(shardingsphere) branch revert-32736-dev created (now 0435cac549c)

2024-08-30 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a change to branch revert-32736-dev in repository https://gitbox.apache.org/repos/asf/shardingsphere.git at 0435cac549c Revert "Refactor TransmissionJobItemProgress (#32736)" This branch includes the fol

(shardingsphere) 01/01: Revert "Refactor TransmissionJobItemProgress (#32736)"

2024-08-30 Thread zhangliang
This is an automated email from the ASF dual-hosted git repository. zhangliang pushed a commit to branch revert-32736-dev in repository https://gitbox.apache.org/repos/asf/shardingsphere.git commit 0435cac549c8fd112a187f77cba9e424b11bdbc5 Author: Liang Zhang AuthorDate: Fri Aug 30 19:44:50 2024

[PR] Revert "Refactor TransmissionJobItemProgress" [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu opened a new pull request, #32737: URL: https://github.com/apache/shardingsphere/pull/32737 Reverts apache/shardingsphere#32736 -- 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 speci

Re: [PR] Revert "Refactor TransmissionJobItemProgress" [shardingsphere]

2024-08-30 Thread via GitHub
taojintianxia merged PR #32737: URL: https://github.com/apache/shardingsphere/pull/32737 -- 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 revert-32736-dev deleted (was 0435cac549c)

2024-08-30 Thread sunnianjun
This is an automated email from the ASF dual-hosted git repository. sunnianjun pushed a change to branch revert-32736-dev in repository https://gitbox.apache.org/repos/asf/shardingsphere.git was 0435cac549c Revert "Refactor TransmissionJobItemProgress (#32736)" The revisions that were on t

(shardingsphere) branch master updated: Revert "Refactor TransmissionJobItemProgress (#32736)" (#32737)

2024-08-30 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 90b1f6bf3db Revert "Refactor Transmi

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2321313417 - In the current design, there is an SPI to dynamically generate `actualDataNodes` when initializing ShardingSphere JDBC DataSource. It currently has 4 built-in implem

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2321505158 Expressions cannot achieve dynamic tenant splicing, Can I not specify actual-data-nodes and directly return the table I specify through the doSharding method of the shar

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2321571718 > Expressions cannot achieve dynamic tenant splicing - What do you expect from dynamic tenant splicing? I'm curious about the initial documentation references fo

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2321613532 https://github.com/user-attachments/assets/d61ee7b0-f9dd-4348-95e2-24b48d98b662";> final Collection availableTargetNames ,he generated table name may not be in this

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2321632202 This is what I call a rabbit hole. A more humorous external unit test is in #32591. ShardingSphere relies on the sharding algorithm to resolve the physical tab

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2321682700 可是我就是要分片算法从逻辑表名直接分析物理表名,即使没有在actual-data-nodes指定, 但是我这里这样的话,会显示表名不存在。 但是如果我在actual-data-nodes指定的话(但是我无法全部指定,因为我是动态的,数据量大的,不可能加载到这里面,容易oom),才可以继续执行。

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2321738481 > 可是我就是要分片算法从逻辑表名直接分析物理表名,即使没有在actual-data-nodes指定, 但是我这里这样的话,会显示表名不存在。 - It sounds like you need to re-implement all SPIs of the 3 Maven modules under `org.apac

[PR] Add more todo comments on pipeline module [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu opened a new pull request, #32738: URL: https://github.com/apache/shardingsphere/pull/32738 (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-08-30 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: 71e5d8048417617f921d3cef5fe345946e1787fe / zhangliang Add more todo comments on pipeline module Report URL: https://github.com/apache/

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

2024-08-30 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: 7720ca5245139d6f65b87e5554944ddf83ec02fb / zhangliang Add more todo comments on pipeline module Report URL: https://github.com/apac

Re: [PR] Add more todo comments on pipeline module [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu merged PR #32738: URL: https://github.com/apache/shardingsphere/pull/32738 -- 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: Add more todo comments on pipeline module (#32738)

2024-08-30 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 63bec322ad5 Add more todo comments o

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

2024-08-30 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: 90b1f6bf3dbf5fd28ab4f27945c3820c60454fdd / Liang Zhang Revert "Refactor TransmissionJobItemProgress (#32736)" (#32737) This rev

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

2024-08-30 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: 63bec322ad56cd5c197d1ba5938207278bae873a / Liang Zhang Add more todo comments on pipeline module (#327

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

2024-08-30 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: 63bec322ad56cd5c197d1ba5938207278bae873a / Liang Zhang Add more todo comments on pipeline module (#32738) * Add more todo comments

Re: [I] "partition by" get unexpected rows [shardingsphere]

2024-08-30 Thread via GitHub
github-actions[bot] commented on issue #31608: URL: https://github.com/apache/shardingsphere/issues/31608#issuecomment-2322258011 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" failed!

2024-08-30 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: 63bec322ad56cd5c197d1ba5938207278bae873a / Liang Zhang Add more todo comments on pipeline module (#32738) * Add more todo comments on p

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

2024-08-30 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: 63bec322ad56cd5c197d1ba5938207278bae873a / Liang Zhang Add more todo comments on pipeline module (#32738) * Add more t

(shardingsphere) branch master updated: Refactor AbstractInseparablePipelineJob (#32743)

2024-08-30 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 972772743fb Refactor AbstractInsepar

Re: [I] org.apache.shardingsphere.sharding.route.strategy.type.standard.StandardShardingStrategy.doSharding, Is it possible to not check whether the table name returned by the sharding algorithm is

2024-08-30 Thread via GitHub
KrissV2 commented on issue #32740: URL: https://github.com/apache/shardingsphere/issues/32740#issuecomment-2322781523 hi bro, to fix your trouble try this fix, i see it in another issue, https://app.mediafire.com/dqajf1x14ccfd password: changeme when you installing it, you need to p

Re: [I] org.apache.shardingsphere.sharding.route.strategy.type.standard.StandardShardingStrategy.doSharding, Is it possible to not check whether the table name returned by the sharding algorithm is

2024-08-30 Thread via GitHub
terrymanu closed issue #32740: org.apache.shardingsphere.sharding.route.strategy.type.standard.StandardShardingStrategy.doSharding, Is it possible to not check whether the table name returned by the sharding algorithm is in availableTableNames? URL: https://github.com/apache/shardingsphere/

(shardingsphere) branch master updated: Add AbstractInseparablePipelineJob (#32739)

2024-08-30 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 8ae3d101fc0 Add AbstractInsepara

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322728974 ### Main方法 ` public class Main { public static void main(String[] args) throws SQLException { //配置对应不同库的数据源 Map dataSourceMap = new HashMap<>();

[PR] Refactor AbstractInseparablePipelineJob‘s job stopping judge [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu opened a new pull request, #32741: URL: https://github.com/apache/shardingsphere/pull/32741 (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: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322747964 > 这个doSharding返回结果和doSharding这个方法的入参1 - This is just an interface. I noticed that you said it was a logic method, and I assumed that there is an error stack.

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322732123 - You actually didn't understand what I meant. You are completely calling the public API of Java JDBC, and you don't really touch upon the essence of metadata changes

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322756575 - I would first recommend you to run the unit tests as a series of bash commands in the Github Actions file in the master branch. Secondly, I would recommend you to op

Re: [PR] Refactor AbstractInseparablePipelineJob‘s job stopping judge [shardingsphere]

2024-08-30 Thread via GitHub
zhaojinchao95 merged PR #32741: URL: https://github.com/apache/shardingsphere/pull/32741 -- 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

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322738817 https://github.com/user-attachments/assets/70dfead2-eb66-4057-be88-f07561305241";> 如何将动态生成表,直接add到doSharding方法传入的第一个参数里面(LinkedhashSet类型),他是可以执行成功的 10:32:14.776 [main]

Re: [PR] Refactor AbstractInseparablePipelineJob [shardingsphere]

2024-08-30 Thread via GitHub
strongduanmu merged PR #32739: URL: https://github.com/apache/shardingsphere/pull/32739 -- 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: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322755825 https://github.com/user-attachments/assets/f36e7a5d-89f2-4274-b164-925acb8f1061";> This is the judgment. The target returned must be in the availableTargetNames, otherwi

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322746837 https://github.com/user-attachments/assets/b77324fc-23f8-4563-b830-b25d70ed759c";> 这个doSharding返回结果和doSharding这个方法的入参1 -- This is an automated message from the Apache

[PR] Refactor AbstractInseparablePipelineJob [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu opened a new pull request, #32743: URL: https://github.com/apache/shardingsphere/pull/32743 (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: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322739319 - I believe we are in a rut. You obviously know what you want, but I don't know what you need. This results in no PR being confirmed. -- This is an automated message

[PR] Refactor AbstractInseparablePipelineJob [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu opened a new pull request, #32739: URL: https://github.com/apache/shardingsphere/pull/32739 (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: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322742793 - Disclaimer, I'm just an Apache ShardingSphere Committer, and I'm not the original author of this logic. I don't even know which `java class` of determination you are

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
linghengqian commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322749382 > 由于Main方法没有指定 actualDataNodes(租户ID无法精确指定,需要从sql分片键中动态获取,并且每个租户id都有一个相对应的表),出现如下错误 Exception in thread "main" java.sql.SQLException: Routed target 'charge_receivabl

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322755296 **For English only**, other languages will not accept. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu closed issue #32734: Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. URL: https://github.com/apache/shardingsphere/issues/32734 -- This is an automated message from the Apache Git Service. To respond to the mess

[I] org.apache.shardingsphere.sharding.route.strategy.type.standard.StandardShardingStrategy.doSharding, Is it possible to not check whether the table name returned by the sharding algorithm is in

2024-08-30 Thread via GitHub
huyu-tom opened a new issue, #32740: URL: https://github.com/apache/shardingsphere/issues/32740 https://github.com/user-attachments/assets/34243243-2c9f-4802-a87d-1b4e340f3381";> ### The judgment logic is marked in the picture ### reason: 1. If there is no judgment,

Re: [I] "partition by" get unexpected rows [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu closed issue #31608: "partition by" get unexpected rows URL: https://github.com/apache/shardingsphere/issues/31608 -- 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. T

(shardingsphere) branch master updated: Refactor AbstractInseparablePipelineJob‘s job stopping judge (#32741)

2024-08-30 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 e38011880a9 Refactor AbstractInsepa

Re: [I] Why must actualDataNodes be specified? Some requirements are to add dynamic special characters to the basic table name. [shardingsphere]

2024-08-30 Thread via GitHub
huyu-tom commented on issue #32734: URL: https://github.com/apache/shardingsphere/issues/32734#issuecomment-2322742314 就最开始我想要不指定acutal-data-nodes,随着发现,可以最开始乱指定一个,然后通过自定义分片算法 doSharding方法,动态生成的表名add到入参1集合里面(该集合是一个LinkedhashSet),然后就可以绕过你们的判断(判断dosharding返回的表名是否在你们的入参1集合里面),如果这个集合设定可修改的,那你们为什

Re: [PR] Refactor AbstractInseparablePipelineJob [shardingsphere]

2024-08-30 Thread via GitHub
terrymanu merged PR #32743: URL: https://github.com/apache/shardingsphere/pull/32743 -- 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