Song Gao
Song Gao
We use several `NestPath` to describe a Ploygon with Holes. If you want to have a Hollow polygon with one hole, you have to create 2 `NestPath` . So in...
Currently not. I will continue to make Nest4J to support part of SVG structure like `polygon` , `rect` ,`path`, also dxf.
it seems https://github.com/pingcap/tidb/pull/38028 would be helpful.
I tested with following steps and I think the problems are solved now: ```sql mysql> show create table sbtest1; +---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table | +---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | sbtest1 |...
[q3-bad.zip](https://github.com/pingcap/tidb/files/9486915/q3-bad.zip) [q3-good.zip](https://github.com/pingcap/tidb/files/9486917/q3-good.zip) The difference between good plan and bad plan is the Join and datasource for lineItem. For good plan, it's `IndexHashJoin + IndexLookUp`, and for bad plan it's `HashJoin...
```sh [2022/08/10 14:07:17.734 +08:00] [INFO] [handle.go:1189] ["[stats] directly update count"] [tableID=91] [results.Count=2373] [count=2373] [2022/08/10 14:07:18.005 +08:00] [INFO] [analyze.go:426] ["analyze table `filesort_merge`.`t1` has finished"] [partition=] ["job info"="analyze table all columns with...
As the tikv analyze response returned wrong value, I transfer this issue into https://github.com/tikv/tikv/issues/13258
I will close this issue as it seems we won't see this error in mysql-test now. Further information will be tracked in https://github.com/tikv/tikv/issues/13258
> Please test the failure path by UT or FT. Rest LGTM. updated