You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: