zentol closed pull request #7259: [hotfix][Table API & SQL] fix example in
connect.md table docs
URL: https://github.com/apache/flink/pull/7259
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/connect.md b/docs/dev/table/connect.md
index d8677714fa8..1cc97a39377 100644
--- a/docs/dev/table/connect.md
+++ b/docs/dev/table/connect.md
@@ -145,7 +145,7 @@ tableEnvironment
" {\"name\": \"user\", \"type\": \"long\"}," +
" {\"name\": \"message\", \"type\": [\"string\", \"null\"]}" +
" ]" +
- "}" +
+ "}"
)
)
----------------------------------------------------------------
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