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/05/20 02:51:34 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4271: [INLONG-4270][Manager] Inlong group supports extensions of different types of MQ

healchow commented on code in PR #4271:
URL: https://github.com/apache/incubator-inlong/pull/4271#discussion_r877688271


##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongStreamEntityMapper.xml:
##########
@@ -258,18 +258,18 @@
         stream.data_separator, stream.data_escape_char, stream.sync_send, stream.daily_records,
         stream.daily_storage, stream.peak_records, stream.max_length, stream.storage_period,
         stream.status, stream.creator, stream.modifier, stream.create_time, stream.modify_time
-        from inlong_stream stream, inlong_group group, workflow_approver approver
+        from inlong_stream stream, inlong_group grp, workflow_approver approver

Review Comment:
   It is the keyword in the h2 database:
   
   <img width="1457" alt="image" src="https://user-images.githubusercontent.com/31994335/169439232-2d2b5418-ead4-453f-9dab-7b3739da584e.png">
   



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