You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/10/22 14:03:04 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #6260: [INLONG-6258][Dashboard] Source data delimiter changed from ASCII to symbol

healchow commented on code in PR #6260:
URL: https://github.com/apache/inlong/pull/6260#discussion_r1002487044


##########
inlong-dashboard/src/metas/stream/index.tsx:
##########
@@ -142,27 +142,27 @@ const fieldsDefault: FieldItemType[] = [
       options: [
         {
           label: i18n.t('meta.Stream.DataSeparator.Space'),
-          value: '32',
+          value: '(Space)',

Review Comment:
   Did this `Space` is OK? The backend service might not recognize it.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org