Vladimir Ozerov

Results 7 comments of Vladimir Ozerov

Another problem mentioned in another PRs - when pointer is clicked somewhere else, link is not saved. Proposed fix: 1) Remove current link tooltip 2) Hovering a link should convert...

@mosabua Sure, I can prepare a couple slides if that helps

Closing as a duplicate to https://github.com/hazelcast/hazelcast-enterprise/issues/3445 Was fixed in https://github.com/hazelcast/hazelcast/pull/16296

Since this ticket is duplicate, I propose to continue the discussion in https://github.com/hazelcast/hazelcast-enterprise/issues/3445

The first attempt to fix the problem was performed at https://github.com/hazelcast/hazelcast/pull/16296. But additional analysis has shown that the problem has nothing to do with proxy timeouts, so we may rollback...

We have a fully-fledged Arrow Flight SQL implementation that already works in production clusters. Some highlights: - Implemented over the **direct** protocol, because it was implemented before the spooling protocol...

When materialized view is created, two entities would be added to the catalog - a view and a storage table. From the engine perspective it is important to expose it...