You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "healchow (via GitHub)" <gi...@apache.org> on 2023/03/10 12:32:24 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #7566: [INLONG-7565][Manager] Add audit id for Apache Kudu

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


##########
inlong-manager/manager-test/src/main/resources/h2/apache_inlong_manager.sql:
##########
@@ -785,7 +785,9 @@ VALUES ('audit_sdk_collect', 'SDK', 0, '1'),
        ('audit_sort_hbase_input', 'HBASE', 0, '19'),
        ('audit_sort_hbase_output', 'HBASE', 1, '20'),
        ('audit_sort_doris_input', 'DORIS', 0, '21'),
-       ('audit_sort_doris_output', 'DORIS', 1, '22');
+       ('audit_sort_doris_output', 'DORIS', 1, '22'),

Review Comment:
   Please add the `mysql input and output`, to keep the same with another SQL file, thanks.



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