vaibhavmashal opened a new pull request, #29044: URL: https://github.com/apache/flink/pull/29044
## What is the purpose of the change In the Azure Table Storage documentation example snippet (\docs/content/docs/connectors/datastream/formats/azure_table_storage.md\ and \docs/content.zh/docs/connectors/datastream/formats/azure_table_storage.md\), \zuretableconfiguration.Keys.ACCOUNT_URI.getKey()\ was written with lowercase casing instead of the PascalCase Java class name \AzureTableConfiguration.Keys.ACCOUNT_URI.getKey()\. ## Brief change log - Fixed \zuretableconfiguration\ to \AzureTableConfiguration\ in both English and Chinese documentation files for Azure Table Storage format. ## Verifying this change This change is a documentation fix for code snippets. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with \@Public(Evolving)\: no - The serializers: no - The runtime per-record code paths: no - Anything that affects deployment or recovery: no ## Documentation - Does this pull request introduce a new feature? no -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
