lirui-apache 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_r322518284
 
 

 ##########
 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:
   Those tables/views are not used. I will revert these changes if you prefer 
to keep them.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to