Github user yanghua commented on a diff in the pull request:
https://github.com/apache/flink/pull/6236#discussion_r199857354
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/BatchTableEnvironment.scala
---
@@ -300,9 +307,10 @@ abstract class BatchTableEnvironment(
* @param dataSet The [[DataSet]] to register as table in the catalog.
* @param fields The field expressions to define the field names of the
table.
* @tparam T The type of the [[DataSet]].
+ * @param replace Whether to replace the registered table
--- End diff --
end with point
---