dennis zhuang

Results 164 issues of dennis zhuang

### What type of enhancement is this? Tech debt reduction, Other ### What does the enhancement do? Looks like we missing the fuzz test for deleting rows from tables. It's...

good first issue
help wanted

### What type of enhancement is this? API improvement, User experience ### What does the enhancement do? MySQL supports `SHOW XXXX from [table]` or `SHOW FULL XXX from [table]` to...

tracking-issue
C-user-experience

### What type of enhancement is this? API improvement, User experience ### What does the enhancement do? If the user wants to query the rows in a given year, date,...

C-feature

### What type of enhancement is this? Tech debt reduction, Other ### What does the enhancement do? The manifest doesn't have any checksum for data validation. We need a way...

good first issue
help wanted
A-storage

### What type of enhancement is this? User experience, API ### What does the enhancement do? We have to invalidate other frontend's compiled python script cache when the script is...

C-bug
C-enhancement
good first issue
help wanted

### What problem does the new feature solve? GreptimeDB already supports altering table schema by adding, removing columns or renaming the table name. But we don't support renaming columns. For...

Feature request

### What problem does the new feature solve? The greptimedb doesn't support `drop [schema | database] [name]` right now: ```sql CREATE SCHEMA test; Affected Rows: 1 DROP SCHEMA test; Failed...

Feature request

### What type of enhancement is this? API improvement, Configuration, User experience, Other ### What does the enhancement do? Information Schema provides an ANSI-standard way of viewing system metadata. But...

good first issue
help wanted
tracking-issue
C-user-experience

I just realized PG's timezone is different from other variables: https://www.postgresql.org/docs/current/sql-set.html ```sql SET TIME ZONE '+08:00'; SET TIME ZONE 'Asia/Shanghai'; ``` Maybe we need another PR to align this behavior...

### What type of enhancement is this? Tech debt reduction, Other ### What does the enhancement do? We already migrate [some tests](https://github.com/GreptimeTeam/greptimedb/tree/develop/tests) from duckdb's SQL test: https://github.com/duckdb/duckdb/tree/master/test/sql. And it already...

Enhancement
Good first issue
Help wanted
Tracking issue