Re: Modify an incorrect regression test case in the group by key value elimination function

2025-02-18 Thread David Rowley
On Tue, 18 Feb 2025 at 20:40, songjinzhou wrote: > Two months ago, we enhanced the group by key value elimination function. This > is a very useful function. When I was learning, I found a regression test > case that was not suitable, as follows: > Because the table structure of t3 is defined a

Re: Modify an incorrect regression test case in the group by key value elimination function

2025-02-18 Thread Zhang Mingli
On Feb 18, 2025 at 16:17 +0800, Japin Li , wrote: > On Tue, 18 Feb 2025 at 15:40, "songjinzhou" > wrote: > > Dear hackers: > > > > Two months ago, we enhanced the group by key value elimination function. > > This is a very useful function. When I was > > learning, I found a regression test case

Re: Modify an incorrect regression test case in the group by key value elimination function

2025-02-18 Thread Japin Li
On Tue, 18 Feb 2025 at 15:40, "songjinzhou" wrote: > Dear hackers: > > Two months ago, we enhanced the group by key value elimination function. This > is a very useful function. When I was > learning, I found a regression test case that was not suitable, as follows: > > -- When there are multip

Modify an incorrect regression test case in the group by key value elimination function

2025-02-17 Thread songjinzhou
Dear hackers:  Two months ago, we enhanced the group by key value elimination function. This is a very useful function. When I was learning, I found a regression test case that was not suitable, as follows: -- When there are multiple supporting unique indexes and the GROUP BY contains -- colu