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 5429c8da7 [INLONG-6697][Dashboard] Optimize iceberg sink Required 
(#6698)
5429c8da7 is described below

commit 5429c8da73898156ba302181226d365224079cf8
Author: Lizhen <[email protected]>
AuthorDate: Thu Dec 1 17:12:36 2022 +0800

    [INLONG-6697][Dashboard] Optimize iceberg sink Required (#6698)
---
 inlong-dashboard/src/metas/sinks/defaults/Iceberg.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/inlong-dashboard/src/metas/sinks/defaults/Iceberg.ts 
b/inlong-dashboard/src/metas/sinks/defaults/Iceberg.ts
index d9df3e867..7d7b0eda0 100644
--- a/inlong-dashboard/src/metas/sinks/defaults/Iceberg.ts
+++ b/inlong-dashboard/src/metas/sinks/defaults/Iceberg.ts
@@ -205,7 +205,6 @@ export default class IcebergSink
 
   @FieldDecorator({
     type: EditableTable,
-    rules: [{ required: true }],
     initialValue: [],
     props: values => ({
       size: 'small',

Reply via email to