This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 61d4f43  Minor correction to render code snippet correctly.
61d4f43 is described below

commit 61d4f43dbfb0aeb58405ebede57f030140b5b6fe
Author: morsapaes <[email protected]>
AuthorDate: Mon May 3 16:04:27 2021 +0200

    Minor correction to render code snippet correctly.
---
 _posts/2021-05-03-release-1.13.0.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_posts/2021-05-03-release-1.13.0.md 
b/_posts/2021-05-03-release-1.13.0.md
index 793eaa1..db01dc3 100644
--- a/_posts/2021-05-03-release-1.13.0.md
+++ b/_posts/2021-05-03-release-1.13.0.md
@@ -439,6 +439,7 @@ The Python Table API now supports row-based operations, 
i.e., custom transformat
 These functions are an easy way to apply data transformations on tables beyond 
the built-in functions.
 
 This is an example of using a `map()` operation in Python Table API:
+
 ```python
 @udf(result_type=DataTypes.ROW(
   [DataTypes.FIELD("c1", DataTypes.BIGINT()),

Reply via email to