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

Merging #13846 (Format LineAsString) #14703

Merged

Conversation

nikitamikhaylov
Copy link
Member

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add new feature: format LineAsString that accepts a sequence of line separated by newlines, spaces and/or commas.

Detailed description / Documentation draft:

LineAsString input format

The format parses a sequence of lines separated by newlines, spaces, and/or comma.
Each line object is parsed as a whole to string. This format can only parse a table with single field of type String.

Closes #13630

@robot-clickhouse robot-clickhouse added doc-alert pr-feature Pull request with new product feature labels Sep 10, 2020
@nikitamikhaylov nikitamikhaylov self-assigned this Sep 10, 2020
@nikitamikhaylov
Copy link
Member Author

test_concurrent_ttl_merges/test.py::test_no_ttl_merges_in_busy_pool test failure is completely unrelated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature Pull request with new product feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LineAsString format.
2 participants