Marios Trivyzas

Results 131 comments of Marios Trivyzas

Currently, `percentile` doesn't support numeric arguments. I'm wondering if we should fix it by throwing and error, and implement the support for `numeric` as a feature, or allow it and...

The solutions to this problem are 2: 1. Change the function signature resolution behavior by removing the `coersion` functionality for agg functions like percentile, which would lead to a nice...

We've only merged a PR to mention in our docs that NUMERIC is not supported for PERCENTILE and some other aggs. Adding support, is a feature implementation and not a...

@marstein, in order to open a PR you should first `fork` the github repository, push the branch there and then open a PR against crate's repository (master branch of course).

> It might be possible to switch to java.time.Duration instead of the old Joda time Period to implement INTERVAL. Duration supports nanoseconds. The issue is that `java.time.Duration` supports units up...

Is this the case even with issuing `REFRESH` right after the inserts?

Can this be related to refresh not happening because the table is idle? https://github.com/crate/crate/blob/master/docs/sql/statements/create-table.rst?plain=1#L426 (`index.search.idle.after` setting) So, it refreshes only after you execute a query against it?

> > Can this be related to refresh not happening because the table is idle? > > https://github.com/crate/crate/blob/master/docs/sql/statements/create-table.rst?plain=1#L426 > > (index.search.idle.after setting) > > I will check this, FYI I...

apologies If I'm confused, but don't we want to do the opposite? avoid navigation from latest to master?

- So, all those links are `latest`, so 6.0. 6.0 cannot "see" 6.1 and later, so for those links you have to replace `latest` with `master` to see them. -...