We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
int
INT32
1 parent 1645716 commit 2b6ec0fCopy full SHA for 2b6ec0f
repository-ydb-v2/src/main/java/tech/ydb/yoj/repository/ydb/client/YdbTableHint.java
@@ -18,7 +18,7 @@ public class YdbTableHint {
18
PartitioningSettings partitioningSettings;
19
TablePreset tablePreset;
20
21
- public static YdbTableHint int64Range(int start, int end) {
+ public static YdbTableHint int64Range(long start, long end) {
22
return new YdbTableHint(
23
new PartitioningPolicy()
24
.setAutoPartitioning(AutoPartitioningPolicy.DISABLED)
0 commit comments