Ning Sun

Results 315 comments of Ning Sun

I just created #198 to address this.

We will also need to build a dashboard module to display this type of information.

yes, we also need to track lifecycle and status of tasks.

In this repo, we follows a zero-dependency philosophy. We will need a docker compose environment for our database and notebook. I can help with the setup tomorrow.

Checked some internals of mysql authentication process, this has to be purely implemented from our side. 1. change default authentication plugin to `caching_sha2_password` 2. implement password authentication in our auth...

We can log this error and let the server starts. It would be nice to have a background job to cleanup the state.

Yes, we don't see any updates at the language level so I assume this crate will work with Prometheus 3.0. If you find anything incompatible please kindly let us know.

There are a few statements and built-in functions we need to support. I will record them here if anyone is interested. - `SELECT current_schema(),session_user` - `SELECT n.oid,n.*,d.description FROM pg_catalog.pg_namespace n...

I have implemented a portable `pg_catalog` on datafusion, and with https://github.com/datafusion-contrib/datafusion-postgres/pull/140 it has good compatibility with dbeaver (at least for startup) Hopefully we can port it into greptimedb.