Dejan Mircevski

Results 36 comments of Dejan Mircevski

@elcallio Does that mean you DON'T want to delete row (p=1,c1=1,c2=8)? That's not how I interpreted those range tombstones.

> @dekimir We have multiple CK ranges describing tombstones, each of the type "greater than x and less than y". I can see that you have _column_ ranges, but that's...

Just to make sure I also answered this one: > @dekimir 1.) Is that still valid even if the conditions are separated? No, but there is no condition separation that's...

> Sorry, I meant CK range of multiple columns, each with a range expression. That sounds like multiple CK ranges to me. If we can devise a reliable algorithm to...

What I see in the snippets above can be trivially represented by multi-column restrictions. Each `range_tombstone_boundary` translates to `(start_time, sondes_forecast_id) > (lb1,lb2) AND (start_time, sondes_forecast_id)

I've also seen this error; here's the stacktrace: ``` { "type": "java.lang.ArrayIndexOutOfBoundsException", "message": "arraycopy: last destination index 2147483648 out of bounds for byte[2147483637]", "suppressed": [], "stack": [ "io.trino.spi.block.VariableWidthBlockBuilder.writeEntry(VariableWidthBlockBuilder.java:104)", "io.trino.spi.type.AbstractVariableWidthType$DefaultReadOperators.readFlatToBlock(AbstractVariableWidthType.java:175)", "io.trino.operator.aggregation.arrayagg.FlatArrayBuilder.write(FlatArrayBuilder.java:249)",...