tomato
tomato
### What problem does this PR solve? support spark 3.3 ### What is changed and how it works? 1. Add spark-3.3 profile 2. Add Spark-3.3 module in spark-wrapper and add...
**Describe the bug** To determine whether it is an IndexReader or an IndexLookUp, the columns in the push-down should be used, not the columns in the predicate and projection. **What...
## Enhancement When we do a query for a TiDB table, if its clustered index is not Integer type, then the query will not use the clustered index. For example....
Signed-off-by: qidi1 ### What problem does this PR solve? Currently,Keyviz has `keys` and `bytes` dimensions. In some situations, it cannot find the hotspot that the CPU is high caused by...
## Feature Request Now the cache invalid envet is all handle by client-java. We want add a CallBack interface that allows users to customize the behavior when requesting region data...
Signed-off-by: qidi1 ### What problem does this PR solve? Issue Number: close #654 Problem Description: **TBD** ### What is changed and how does it work? Add RegionCacheInvalidCallBack. Let the upper...