Github user yanghua commented on a diff in the pull request:
https://github.com/apache/flink/pull/6236#discussion_r199860344
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/BatchTableEnvironment.scala
---
@@ -118,15 +195,19 @@ class BatchTableEnvironment(
* @param name The name under which the [[DataSet]] is registered in
the catalog.
* @param dataSet The [[DataSet]] to register.
* @param fields The field names of the registered table.
+ * @param replace Whether to replace the registered table
--- End diff --
end with point.
---