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

Fixes for fluent bit plugin #5

Merged
merged 10 commits into from
Sep 5, 2023
Merged

Conversation

ArtemTrofimushkin
Copy link
Collaborator

@ArtemTrofimushkin ArtemTrofimushkin commented Sep 4, 2023

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

Pull request type

BugFix

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Not supported fields with map[interface{}]interface{} type

What is the new behavior?

Added support for map[interface{}]interface{} fields

Other information

@@ -188,3 +214,22 @@ func validateColumns(columns map[string]types.Type, mapping map[string]model.Col
}
return nil
}

func convert(in map[interface{}]interface{}) map[string]interface{} {
Copy link
Member

Choose a reason for hiding this comment

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

{replace,fix,convert}BytesFieldToString ?

Copy link
Member

Choose a reason for hiding this comment

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

в смысле convert очень широкое слово

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Обновил

@asmyasnikov asmyasnikov merged commit d3175d5 into main Sep 5, 2023
5 of 6 checks passed
@asmyasnikov asmyasnikov deleted the fix/adopt-fluent-bit-with-ydb branch September 5, 2023 14:14
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.

2 participants