ASuherman

Results 4 issues of ASuherman

Found an issue for nested SQL with GroupByRange. Please check. CREATE TABLE trend_data2 ( ts TIMESTAMP PRIMARY KEY, value INTEGER ); INSERT INTO trend_data2 VALUES(TIMESTAMP('2023-01-01T00:00:00Z'), 5); INSERT INTO trend_data2 VALUES(TIMESTAMP('2023-01-01T00:00:10Z'),...

https://github.com/griddb/griddb/blob/5ca6c4015f8aab3cd604ab3e24822321d36e43e4/bin/gs_joincluster#L22-L31 **Issue** When running GridDB manually using gs_startnode, gs_joincluster, etc. kept having issues with incorrect usage of cluster name. Fixed both gs_cluster.json in /var/lib/gridstore/conf and /usr/griddb/ conf/ but the issue...

Environment: - macOS Big Sur v11.6.5 - python version: 3.10.0b4 Steps to produce the issue: ``` #Created virtual env via pyenv pyenv virtualenv 3.10.0b4 onDemand #Could not activate so had...

Ran [the time series row expiration sample](https://github.com/griddb/python_client/blob/master/sample/TimeSeriesRowExpiration.py) and got the following error message; ``` [1007:CM_NOT_SUPPORTED] not support Row Expiration (address=127.0.0.1:10001, partition=94) [ 1 ] 1007 [1007:CM_NOT_SUPPORTED] not support Row Expiration...