You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/09/09 21:54:34 UTC

[GitHub] [flink] bowenli86 commented on a change in pull request #9432: [FLINK-13653][sql-client] ResultStore should avoid using RowTypeInfo …

bowenli86 commented on a change in pull request #9432: [FLINK-13653][sql-client] ResultStore should avoid using RowTypeInfo …
URL: https://github.com/apache/flink/pull/9432#discussion_r322472147
 
 

 ##########
 File path: flink-table/flink-sql-client/src/test/resources/test-sql-client-catalogs.yaml
 ##########
 @@ -28,49 +28,22 @@ tables:
     type: source-table
     $VAR_UPDATE_MODE
     schema:
-      - name: IntegerField1
-        type: INT
-      - name: StringField1
+      - name: dec
+        type: DECIMAL
+      - name: vch
         type: VARCHAR
     connector:
       type: filesystem
       path: "$VAR_SOURCE_PATH1"
     format:
       type: csv
       fields:
-        - name: IntegerField1
-          type: INT
-        - name: StringField1
+        - name: dec
+          type: DECIMAL
+        - name: vch
           type: VARCHAR
       line-delimiter: "\n"
       comment-prefix: "#"
-  - name: TestView1
 
 Review comment:
   why deleting the following section?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services