Shawn

Results 7 comments of Shawn

> @dash12653 Hi, you need to also update the test result. Follow the below step: > > * Use `make` to create binary. > * Go to `tests/integrationtest` > *...

> > @dash12653 Hi, you need to also update the test result. Follow the below step: > > > > * Use `make` to create binary. > > * Go...

https://github.com/pingcap/tidb/blob/1a24c032126dce4a79ea14b51108dbf4caf02a03/pkg/planner/core/expression_rewriter.go#L2410 https://github.com/pingcap/tidb/blob/1a24c032126dce4a79ea14b51108dbf4caf02a03/pkg/planner/core/expression_rewriter.go#L2441-L2457 It seems that when rewriting an expression, if the SQL statement is a natural join, the field will be retrieved again based on the plan's fullNames. However, at...

And when there is a natural join and the where clause is converted to (* github. com/pingcap/tidb/pkg/planner/core. LogicalAggregation), this bug will appear tidb> SELECT t1.c0, t0.c0 FROM t0 NATURAL JOIN...

I have modified some code in my repository, but I am not familiar with the TIDB test process. Can anyone help to check which kind of test I should add...

> > I have modified some code in my repository, but I am not familiar with the TIDB test process. Can anyone help to check which kind of test I...