Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move common Clickhouse Server + chdb logic to common superclasses #54

Merged
merged 22 commits into from
Dec 23, 2024

Conversation

ADBond
Copy link
Owner

@ADBond ADBond commented Dec 23, 2024

Move various bits of logic common to both clickhouse server + chdb to new classes from which both specialised versions are derived.

For the DatabaseAPIs there is still some specialised logic (of course), but the SplinkDataFrames now only differ in the type of DatabaseAPI they are dealing with (which is nice).

Functionality should remain unchanged, but to clarify matters I have renamed the old ClickhouseAPI and ClickhouseDataFrame to ClickhouseServerAPI and ClickhouseServerDataFrame respectively (with the old names now being used for these new intermediate classes).

@ADBond ADBond merged commit de9cb14 into main Dec 23, 2024
15 checks passed
@ADBond ADBond deleted the maint/common-superclass branch December 23, 2024 10:57
@ADBond ADBond mentioned this pull request Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant