chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/chdb
Apache License 2.0
2.13k stars 75 forks source link

226 crash on mergetree background task cleanup #227

Closed auxten closed 5 months ago

auxten commented 5 months ago

Fix #226 and Various fix

yens1018 commented 4 months ago

@auxten Thank you for the fix. Is it possible to release the package change to npm? We would like to use this to unblock our CI. (Details: https://github.com/chdb-io/chdb-node/issues/11)

auxten commented 4 months ago

@auxten Thank you for the fix. Is it possible to release the package change to npm? We would like to use this to unblock our CI. (Details: chdb-io/chdb-node#11)

The procedure:

  1. Test on all platform [Linux,macOS]x[x86_64,arm64]
  2. Release libchdb.so and chdb python wheels
  3. Update chdb-node to latest libchdb.so and test
  4. Release chdb-node