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

Adding support to clickhouse 21.10 #155

Closed
DrissiReda opened this issue Mar 1, 2021 · 2 comments
Closed

Adding support to clickhouse 21.10 #155

DrissiReda opened this issue Mar 1, 2021 · 2 comments

Comments

@DrissiReda
Copy link

I'm interested in adding support for newer clickhouse versions.

I want to know all the problems that need to be addressed, the only one I noticed is that metadata is now stored using symlinks, and go walk function doesn't explore symlinks it only identifies them. I've managed to solve this by a custom function that uses walk and goes into symlinks (will add a depth parameter to avoid infinite loops).

@AlexAkulov any other problems I should know about?

@sas1024
Copy link

sas1024 commented Mar 10, 2021

This issue is resolved in v1.0.0-alpha1

@AlexAkulov
Copy link
Collaborator

Added in v1.0.0-alpha1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants