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

Fix broken parts scrape. #13

Merged
merged 1 commit into from
Sep 26, 2017
Merged

Fix broken parts scrape. #13

merged 1 commit into from
Sep 26, 2017

Conversation

AlekSi
Copy link
Contributor

@AlekSi AlekSi commented Sep 8, 2017

Sorry about that. 🤦‍♂️

@@ -259,8 +258,8 @@ func (e *Exporter) parsePartsResponse(uri string) ([]partsResult, error) {
if len(parts) == 0 {
continue
}
if len(parts) != 4 {
return nil, fmt.Errorf("Unexpected %d line: %s", i, line)
if len(parts) != 5 {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

That

@AlekSi
Copy link
Contributor Author

AlekSi commented Sep 21, 2017

Bump

@f1yegor f1yegor merged commit a4ff954 into ClickHouse:master Sep 26, 2017
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.

None yet

2 participants