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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 41cda6f62 [INLONG-6874][Dashboard] Stream removes the Raw-CSV data 
format (#6875)
41cda6f62 is described below

commit 41cda6f62603c72c18834fab3d871692ebab6be4
Author: Lizhen <[email protected]>
AuthorDate: Wed Dec 14 11:49:14 2022 +0800

    [INLONG-6874][Dashboard] Stream removes the Raw-CSV data format (#6875)
---
 inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts 
b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
index fd39a8cc9..83562675c 100644
--- a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
+++ b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
@@ -105,10 +105,6 @@ export class StreamDefaultInfo implements DataWithBackend, 
RenderRow, RenderList
           label: 'CSV',
           value: 'CSV',
         },
-        {
-          label: 'Raw-CSV',
-          value: 'RAW_CSV',
-        },
       ],
     }),
     rules: [{ required: true }],

Reply via email to