Github user yanghua commented on a diff in the pull request:
https://github.com/apache/flink/pull/6236#discussion_r199858297
--- Diff:
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/java/BatchTableEnvironment.scala
---
@@ -77,15 +90,38 @@ class BatchTableEnvironment(
* @return The converted [[Table]].
*/
def fromDataSet[T](dataSet: DataSet[T], fields: String): Table = {
+
--- End diff --
remove blank line---
