Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Refactor update_libchdb.sh for system-wide install and improve README#5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
auxten merged 5 commits intochdb-io:mainfromJakkuSakura:fix-deps
Apr 7, 2025

Conversation

@JakkuSakura
Copy link
Contributor

This PR fixes deps so that it can use system-wide libchdb

The download script is tailored fromhttps://clickhouse.com/docs/chdb/install/rust

@CLAassistant
Copy link

CLAassistant commentedApr 6, 2025
edited
Loading

CLA assistant check
All committers have signed the CLA.

@JakkuSakuraJakkuSakuraforce-pushed thefix-deps branch 2 times, most recently fromb969665 toc3a91ccCompareApril 6, 2025 07:20
@auxten
Copy link
Member

Pipeline failed, should be the same issue herechdb-io/chdb#318

@auxten
Copy link
Member

The issue here is complex:

  1. chdb-rust is still using libchdb v2 API, and there are many unresolvable problems with session state or persistence. The main issue here is that the query function in libchdb v2 undergoes complete state recovery and system table initialization with each call. Therefore, the previous version locked chdb-rust's libchdb usage to v2.1.1.
  2. We have completed the upgrade of chdb Python binding, using connection-based API to circumvent the above issues, but chdb-rust has not yet completed the restructuring based on chdb v3.

Here is the action plan:

  1. First, complete the pipeline repair based on libchdb v2
  2. Complete the restructuring of chdb-rust based on libchdb v3.
  3. Merge this PR, as the modifications to update_libchdb.sh and README in this PR are very valuable.

@auxten
Copy link
Member

I fix the pipeline by fix libchdb to v2.1.1, as the pipeline recover now. I will merge the PR, then the tasks left is:

  1. Complete the restructuring of chdb-rust based on libchdb v3.

@JakkuSakura Thanks for your contribution, and sorry for the trouble 🙏

@auxtenauxten merged commitfac0fa3 intochdb-io:mainApr 7, 2025
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@JakkuSakura@CLAassistant@auxten

[8]ページ先頭

©2009-2025 Movatter.jp