Jiaqiang Huang
Jiaqiang Huang
maybe found a similar case ```sql CREATE TABLE t (a MEDIUMINT NOT NULL AUTO_INCREMENT primary key,b varbinary(20)); select a from t group by a having not ifnull(min(null) = max(null), min(b));...
ptal @easonn7
/assign @benmeadowcroft
@benmeadowcroft ptal~
i'm interesting in the issue.
/assign @River2000i
> When lightning imports tables, the table's region key is encoded in the table ID, while table IDs are created consecutively(basically next to each other). https://github.com/tikv/client-go/blob/6ba909c4ad2de65b5b36d0e5036d0a85f3154cc0/tikv/split_region.go#L241-L247 PD schedule scatter region...
same as https://github.com/pingcap/tiflow/blob/v6.5.6/docs/swagger/swagger.json#L1264-L1271 https://docs.pingcap.com/tidb/stable/ticdc-sink-to-kafka#ticdc-data-compression
Thanks for your response quickly! I will select some directory in our Rust codebase as the input of `crabviz`. After SVG file generated, i will save it locally. Then parse...
Great idea. Thanks for your help! I will do fork and develop locally from your suggestion.