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

lowcardinality column #2

Closed
sagol opened this issue Nov 21, 2020 · 1 comment
Closed

lowcardinality column #2

sagol opened this issue Nov 21, 2020 · 1 comment

Comments

@sagol
Copy link

sagol commented Nov 21, 2020

Error reading low cardinality columns

│ os │ LowCardinality(String) │

~/.pyenv/versions/3.8.6/lib/python3.8/site-packages/asynch/proto/columns/lowcardinalitycolumn.py in __init__(self, nested_column, **kwargs)
     31     def __init__(self, nested_column, **kwargs):
     32         self.nested_column = nested_column
---> 33         super(LowCardinalityColumn, self).__init__(**kwargs)
     34 
     35     async def read_state_prefix(self,):

TypeError: __init__() missing 2 required positional arguments: 'reader' and 'writer'
long2ice added a commit that referenced this issue Nov 21, 2020
@long2ice
Copy link
Owner

Fixed it, thanks for report!

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

2 participants