Skip to content

Commit e0d0cbe

Browse files
committed
update version
1 parent 0cb718a commit e0d0cbe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

src/main/java/org/tikv/common/region/RegionStoreClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()) {

0 commit comments

Comments
 (0)