ssmoss

Results 34 comments of ssmoss

> @afiskon Is it just an origin thing? It seems like it rounding the end time stamp incorrectly.

@bodypumper Thanks for giving this a test, you beat me to it. @svenklemm @afiskon @NunoFilipeSantos Seems like there is still a bug here.

@svenklemm as requested I am going to provide two fully functioning snippets in two separate comments. It seems that both issues I addressed where not resolved with the link code...

```sql --Create Raw Table CREATE TABLE data ( recorded_at TIMESTAMPTZ NOT NULL DEFAULT CLOCK_TIMESTAMP(), value INTEGER NOT NULL ); CREATE INDEX ON data (recorded_at); --Convert To Hypertable SELECT CREATE_HYPERTABLE('data', 'recorded_at');...

```sql --Create Raw Table CREATE TABLE data ( recorded_at TIMESTAMPTZ NOT NULL DEFAULT CLOCK_TIMESTAMP(), value INTEGER NOT NULL ); CREATE INDEX ON data (recorded_at); --Convert To Hypertable SELECT CREATE_HYPERTABLE('data', 'recorded_at');...

> Hello @ssmoss, > thanks for the detailed reproduction steps. These are 2 distinct problems. The first one regarding NULL offset is indeed a bug. The 2nd one is actually...

Thanks @fabriziomello for creating the PR. I am very sure that quite a few of us will be very happy once this can be merged in!

I was able to resolve this by changing to curl. I don't have a docker hub account but if you clone https://github.com/ssmoss/docker-idrac6 and then run the following command replacing the...

I was able to get it working use OpenWebStart + amazon-corretto-8.232.09.1-linux-x64