Clarkkkkk closed pull request #6635: [hotfix][doc][sql-client] Fix the example
configuration yaml file by …
URL: https://github.com/apache/flink/pull/6635
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/dev/table/sqlClient.md b/docs/dev/table/sqlClient.md
index 0e8d2d651b1..18d1984b728 100644
--- a/docs/dev/table/sqlClient.md
+++ b/docs/dev/table/sqlClient.md
@@ -279,7 +279,7 @@ tables:
connector:
property-version: 1
type: kafka
- version: 0.11
+ version: "0.11"
topic: TaxiRides
startup-mode: earliest-offset
properties:
@@ -422,7 +422,7 @@ tables:
connector:
property-version: 1
type: kafka
- version: 0.11
+ version: "0.11"
topic: OutputTopic
properties:
- key: zookeeper.connect
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services