Liangliang Gu
Liangliang Gu
i will push a `v0.0.3` release to maven repo today.
`v0.0.3` is pushed to sonatype and will be synced to Maven Central in a few days. https://oss.sonatype.org/service/local/repositories/releases/content/io/tidb/ https://repo1.maven.org/maven2/io/tidb/
@tisonkun good suggestion. As discussed with @sunxiaoguang , currently we will continue to keep all the components in one repo. Reasons are as follows: - one repo is simple for...
What do you mean by `pre-release`? How can it help with regression testing?
> some thoughts about the release process: > > * we need to ensure the JDK compatibility is not broken. It would be better to have tests for different JDK...
`splitRegionAndScatter` is not ready for `RawKV` and TiKV doest not support `region split` on RawKV mode. Please refere to - https://github.com/tikv/tikv/pull/10524 - https://github.com/pingcap/kvproto/pull/779
It will be supported in recent days. I will update in this Issue.
wait for your PR.
> I'm going to try to modify the build procedure to use a Maven profile which would be enabled manually. I think this way default build procedure can be left...
LGTM, @humengyu2012 would you please submit a PR?