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

Expose columnar to execute_with_progress #108

Merged
merged 2 commits into from
Sep 25, 2019
Merged

Conversation

igorbb
Copy link
Contributor

@igorbb igorbb commented Sep 24, 2019

Right now there is no way to set columnar in execute_with_progress. It seems all it was missing was to expose the parameter.

Right now there is no way to set columnar  in execute_with_progress. It seems all it was missing was to expose the parameter.
@xzkostyan
Copy link
Member

Great. Can you make a simple test to ensure this wouldn't break in the future? See this test case for example: https://github.com/mymarilyn/clickhouse-driver/blob/27edae4f8e1ec8526e2859fdc6336526eb3c59ee/tests/test_blocks.py

@coveralls
Copy link

coveralls commented Sep 24, 2019

Coverage Status

Coverage decreased (-0.003%) to 96.123% when pulling 6be22e3 on igorbb:patch-1 into 8463794 on mymarilyn:master.

@igorbb
Copy link
Contributor Author

igorbb commented Sep 25, 2019

@xzkostyan Added a test test_select_with_columar_with_column_types

@igorbb
Copy link
Contributor Author

igorbb commented Sep 25, 2019

It seems the test is passing. https://travis-ci.org/mymarilyn/clickhouse-driver/jobs/589384652#L789
I don't know the some jobs is marked as fail.

@xzkostyan
Copy link
Member

flake8 check fails: https://travis-ci.org/mymarilyn/clickhouse-driver/jobs/589384652#L546

Add test_select_with_columar_with_column_types
@xzkostyan xzkostyan merged commit dccd203 into mymarilyn:master Sep 25, 2019
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

Successfully merging this pull request may close these issues.

3 participants