Vladimir Sitnikov

Results 1323 comments of Vladimir Sitnikov

> include hash files The attestations attest **hash** of the file, so creating separate attestations for hash files sounds wasteful, and it adds no value. The same goes for PGP:...

Fixed in https://github.com/apache/jmeter/commit/04bd01aa41b86483b56178224c83e3532e23799a

There are three types of changes here: 1) There are valid improvements, and in theory they could make the code a tiny bit faster. ```java int columnCount = tableModel.getColumnCount(); for...

It looks something like https://github.com/gradle/gradle/pull/20757 is needed

The culprit is that Gradle does not seem to provide API for resolving pom files with configuration cache support: https://github.com/gradle/gradle/issues/25589

Well, in theory, Cassandra backend [could be improved to perform efficient time-range fetch](https://github.com/jaegertracing/spark-dependencies/issues/106#issuecomment-2639576608). The question is whether it makes sense to invest time in improving and reviewing it though.

Here's a follow-up on the mailing list: https://lists.apache.org/thread/8o67zmfjyjv9k44tnqooh1cbfzt3xf8o

I wonder if we can make such behaviour acceptable. I'm not sure it is the best escape hatch, however, I would really like to have something for "select batching" (like...

They should not consume much, especially if they happen to be one-time only. It would be nice to have feedback from the backend that would tell us the amount of...

Pgjdbc cache has limits, so it will evict rarely used statements, and it will deallocate server statements as well