File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
core/src/main/java/io/questdb/cairo Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ public long getNextLogicalPartitionTimestamp(long timestamp) {
246246 return Long .MAX_VALUE ;
247247 }
248248
249- public long getNextPartitionTimestamp (long timestamp ) {
249+ public long getNextExistingPartitionTimestamp (long timestamp ) {
250250 if (partitionBy == PartitionBy .NONE ) {
251251 return Long .MAX_VALUE ;
252252 }
@@ -264,10 +264,6 @@ public long getNextPartitionTimestamp(long timestamp) {
264264 return Long .MAX_VALUE ;
265265 }
266266
267- public long getNextLogicalPartitionTimestamp (long timestamp ) {
268- return partitionCeilMethod .ceil (timestamp );
269- }
270-
271267 public long getNextPartitionTimestamp (long timestamp ) {
272268 if (partitionBy == PartitionBy .NONE ) {
273269 return Long .MAX_VALUE ;
You can’t perform that action at this time.
0 commit comments