File tree Expand file tree Collapse file tree
src/main/java/org/tikv/common/region Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.tikv</groupId >
55 <artifactId >tikv-client-java</artifactId >
6- <version >3.3.4-SNAPSHOT </version >
6+ <version >3.4.0 </version >
77 <packaging >jar</packaging >
88 <name >TiKV Java Client</name >
99 <description >A Java Client for TiKV</description >
Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ public List<KvPair> scan(
354354 .setVersion (version )
355355 .setKeyOnly (keyOnly )
356356 .setLimit (getConf ().getScanBatchSize ());
357+
357358 // API version matters here: v2 transactional keys are keyspace-prefixed; encodeRange applies
358359 // that encoding to both bounds. v1 passes raw keys and only sets start on the RPC in this client path
359360 if (getConf ().getApiVersion ().isV2 ()) {
You can’t perform that action at this time.
0 commit comments