Github user yanghua commented on a diff in the pull request:
https://github.com/apache/flink/pull/6236#discussion_r199860789
--- Diff:
flink-libraries/flink-table/src/test/java/org/apache/flink/table/runtime/batch/sql/JavaSqlITCase.java
---
@@ -71,8 +71,10 @@ public void testValues() throws Exception {
// Calcite converts to decimals and strings with equal
length
"1,Test ,true,1944-02-24,12.4444444444444445\n";
compareResultAsText(results, expected);
+
}
+
--- End diff --
remove blank line---
