Gaurav

Results 6 comments of Gaurav

Hey @terrymanu , I am interested in resolving this issue. This will be my first contribution here, let me know if this needs to be assigned to me or I...

Current implementation adds exceptions in liner chain say e.g. for exception collection { e1, e2, e3 } = e1->e2->e3. I suppose this issue requires implementation such that for exception collection...

Hey @strongduanmu development was done and it was approved. I just resolved conflicts. You can check this [PR](https://github.com/apache/shardingsphere/pull/21076) . @terrymanu please have a look and merge

> Please check the code @null-sys .In the original logic, the input parameter `[ex1, ex2]`,then the method will return `ex1 and ex1.next = ex2`;After your change,the input parameter `[ex1, ex2]`,then...

Hey @REslim30 I am interested in this issue, Can you assign this to me? It seems pretty simple as you explained it clearly. Do we need to change documentation as...