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

healchow 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 4cdffb39d [INLONG-7000][Dashboard] Add AVRO format for InlongStream 
(#7002)
4cdffb39d is described below

commit 4cdffb39d002600615e6ad78883cf3e7a446bfe3
Author: featzhang <featzh...@outlook.com>
AuthorDate: Sat Dec 24 16:29:40 2022 +0800

    [INLONG-7000][Dashboard] Add AVRO format for InlongStream (#7002)
---
 inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts 
b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
index 76d7b85d3..943cc775d 100644
--- a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
+++ b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts
@@ -109,6 +109,10 @@ export class StreamDefaultInfo implements DataWithBackend, 
RenderRow, RenderList
           label: 'KV',
           value: 'KV',
         },
+        {
+          label: 'AVRO',
+          value: 'AVRO',
+        },
       ],
     }),
     rules: [{ required: true }],

Reply via email to