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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit fd62d4faf2aa08e0bc4045dd7b4fd87f2393cf9c
Author: Wei Zhong <[email protected]>
AuthorDate: Mon May 4 14:21:07 2020 +0800

    address comments
---
 flink-tsfile-connector/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-tsfile-connector/README.md b/flink-tsfile-connector/README.md
index b7a1e74..24da260 100644
--- a/flink-tsfile-connector/README.md
+++ b/flink-tsfile-connector/README.md
@@ -107,10 +107,10 @@ String[] filedNames = {
 };
 TypeInformation[] typeInformations = new TypeInformation[] {
        Types.LONG,
-       Types.FLOAT,
        Types.LONG,
        Types.LONG,
-       Types.FLOAT,
+       Types.LONG,
+       Types.LONG,
        Types.LONG,
        Types.LONG
 };

Reply via email to