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

[chore][exporter/doris] Fix lint on doris exporter #37213

Closed
wants to merge 1 commit into from

Conversation

mx-psi
Copy link
Member

@mx-psi mx-psi commented Jan 14, 2025

Description

Fix main that is failing because of linting issues.

This is due to a race condition between PRs #36912 and one of the recent PRs related to linters (the spelling one?). The error this fixes is

dorisexporter/exporter_common.go:127:6: var-naming: func toJsonLines should be toJSONLines (revive)
func toJsonLines[T dLog | dTrace | metric](data []*T) ([]byte, error) {
     ^

@mx-psi
Copy link
Member Author

mx-psi commented Jan 14, 2025

Closes in favor of #37177

@mx-psi mx-psi closed this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants