Normalize TiKV Java client for TiSpark
- Mentors
- zhangyangyu, Yuhang Shi
- Organization
- CNCF
- Technologies
- java, spark, Maven, TiKV
- Topics
- database
TiSpark maintains a com.pingcap.tikv/tikv-client module. It is a fork of the current official tikv-client legacy version. The difference from the current official tikv-client is that some TiSpark-specific enhancements have been added. This makes enhancements, bug fixes made for TiSpark tikv-client not affecting the official tikv-client and vice versa. We want to normalize the Java client and use the official one. Do not break original functionality and guarantee consistent behavior.