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][Connector-V2] Convert Index to Lowercase for Elasticsearch #8409

Closed
wants to merge 3 commits into from

Conversation

bwcxyk
Copy link
Contributor

@bwcxyk bwcxyk commented Dec 31, 2024

  • In the EsRestClient class, convert index names to lowercase to use them
  • In ElasticsearchSink and ElasticsearchSinkWriter, convert table names to lowercase to ensure that the index names are valid.
  • These changes address indexing operations that fail due to case inconsistencies

close #8407

Purpose of this pull request

This pull request convert elasticsearch index to lowercase.

Does this PR introduce any user-facing change?

no

How was this patch tested?

exists tests

Check list

…h Compliance

- In the EsRestClient class, convert index names to lowercase to use them
- In ElasticsearchSink and ElasticsearchSinkWriter, convert table names to lowercase to ensure that the index names are valid.
- These changes address indexing operations that fail due to case inconsistencies
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.

[Feature][connector-elasticsearch-sink] Convert index to lowercase
1 participant