Marios Trivyzas

Results 18 issues of Marios Trivyzas

## Summary of the changes / Why this improves CrateDB - Update github action `checkout` to v3 - Use `tmate` to ssh to the build node after test failure. ##...

## Summary of the changes / Why this improves CrateDB ## Checklist - [ ] Added an entry in `CHANGES.txt` for user facing changes - [ ] Updated documentation &...

**Use case**: Return all rows that have the same value on the `ORDER BY` columns, even if the specified limit is exceeded: https://www.2ndquadrant.com/en/blog/postgresql-13-limit-with-ties/ Follows: https://github.com/crate/crate/issues/11540

contributions welcome
complexity: no estimate
feature
leverage: low

### Description (or a Jira issue link if you have one) https://issues.apache.org/jira/browse/LUCENE-10662

### Problem Statement With https://github.com/crate/crate/commit/fe702b7b0140e99941d7d5bfecdacafa81461548 in place, we can add support to drop multiple snapshots with on statement. Similar to: https://github.com/crate/crate/issues/2036

enhancement
complexity: no estimate
needs upvotes
needs concrete use-case

Based on some short work and investigation to upgrade mockito to >= 5.x.x: https://github.com/crate/crate/pull/15170 It's better to first try and make the code more testable (for example introduce interfaces and...

internal

### Problem Statement Follows: https://github.com/crate/crate/issues/12109 With Roles in place it would be nice to add the following tables to `information_schema` so that a user can see easily what roles and...

contributions welcome
complexity: 1-3
good first issue
feature: user management

Seems that CrateDB's admin UI has a much more rich list of such keywords, how about adopting this list for crash as well? see: https://github.com/crate/crate-admin/blob/main/app/scripts/controllers/console.js#L409

It would be nice to have a "keep alive" mechanism that periodically checks if the connection(s) to the defined host(s) is/are active and through an exception after a timeout or...

feature

**Describe the feature**: After a recent investigation on some changes in the performance graphs for EQL, we saw that the introduction of an implicit tie breaker on the sequence matching...