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_r322874678
 
 

 ##########
 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:
   Yeah, let's revert them.
   
   They are not used in queries, but are registered when sql cli bootstraps to 
test registration logic.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to