Skip to content

Test for input_format_allow_errors_num in CSV#12105

Merged
tavplubix merged 2 commits intoClickHouse:masterfrom
filimonov:test_fixed_issue_10668
Jul 3, 2020
Merged

Test for input_format_allow_errors_num in CSV#12105
tavplubix merged 2 commits intoClickHouse:masterfrom
filimonov:test_fixed_issue_10668

Conversation

@filimonov
Copy link
Contributor

@filimonov filimonov commented Jul 3, 2020

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

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Test for a fixed issue #10668, related to input_format_allow_errors_num in CSV

Detailed description / Documentation draft:
Closes #10668
The issue itself was fixed earlier, most probably by #10418

@blinkov blinkov added the pr-not-for-changelog This PR should not be mentioned in the changelog label Jul 3, 2020
@filimonov filimonov added altinity and removed pr-not-for-changelog This PR should not be mentioned in the changelog labels Jul 3, 2020
@blinkov blinkov added the pr-not-for-changelog This PR should not be mentioned in the changelog label Jul 3, 2020
@tavplubix tavplubix self-assigned this Jul 3, 2020
echo "Return code: $?"
cat "$STD_ERROR_CAPTURED"

rm "$STD_ERROR_CAPTURED" "$SAMPLE_FILE" No newline at end of file
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new line missing, i can add, but don't want to rerun CI one more time for that. So may be just after/before merge

1 0
2 0
3 0
4 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI ill-formatted rows should be skipped, but it does not happen in this case because of another issue

@tavplubix tavplubix merged commit 3ea0641 into ClickHouse:master Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

input_format_allow_errors_num not working

3 participants