dennis zhuang

Results 377 comments of dennis zhuang

@v0y4g3r What's the status of this PR? It's deprecated or just wait for resolving conflicts.

Good job! But why not use the common SQL syntax? ```sql ALTER TABLE table_name MODIFY COLUMN column_name datatype; ``` It would be better that the user doesn't need to learn...

> > But why not use the common SQL syntax? > > This is the syntax PostgreSQL currently uses. https://www.postgresql.org/docs/current/sql-altertable.html > > ```sql > ALTER TABLE distributors > ALTER COLUMN...

Is it fixed? @MichaelScofield @waynexia

Let's add this issue to the flow tracking issue to https://github.com/GreptimeTeam/greptimedb/issues/3187

Looks like we can close this issue right now. If we have other tasks, let's begin with a new issue.

What about `cargo clean` and try again?

> > `version` should be enough. The map from `script` to "compiled binary" must (and already) exist. We only need to leverage some cache invalidation mechanism over `version`. Having an...