Marios Trivyzas

Results 131 comments of Marios Trivyzas

- 1st commit renames some methods to avoid naming conflicts. - 2nd commit removes `extends Assert` from `LuceneTestCase` and adds static imports of `org.junit.Assert.xxx` everywhere.

> Ah, inside the code ? I thought just here for the review. Yes please, so no one tries to change that in the future, or at least they know...

Imho, it's best if internally we return a Period with as fine grain info as possible, and then provide an `extract` variation with `INTERVAL` type to convert to what the...

Not insisting to enable tmate, I was mostly play around and thought it could be useful. @mfussenegger Waiting for your opinion as well.

I was mostly playing around with this option, with a simple thought that one could login and maybe rerun with the seed and maybe see something useful that helps consistently...

When the where clause is containing a variable which participates in a generated column which is part of the `partition by` expression, then we add "translate" the filter comparison using...

Postgres doesn't seem to increase to the next bigger unit, for days and smaller units but it overflows: ``` postgres=# select interval '6 months 17 days 22 hours' + interval...

@theshashankpal Thank you for your interest in contributing, but in this case there is already an open PR for this: https://github.com/crate/crate/pull/12426 Please choose another open issue that you'd like to...

Those are `WARN` messages, not errors. Did the ugprade run smoothly nevertherless?

If the update runs smoothly, then the issue is only the `WARN` logs which I wouldn't consider changing anything regarding those logs, as it could be helpful to troubleshoot real...