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


##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml:
##########
@@ -33,7 +33,7 @@
         <result column="max_length" jdbcType="INTEGER" property="maxLength"/>
         <result column="enable_zookeeper" jdbcType="INTEGER" 
property="enableZookeeper"/>
         <result column="enable_create_resource" jdbcType="INTEGER" 
property="enableCreateResource"/>
-        <result column="lightweight" jdbcType="INTEGER" 
property="lightweight"/>
+        <result column="data_sync" jdbcType="INTEGER" property="dataSync"/>

Review Comment:
   What is the difference between standard and data_sync? Why add a data_sync 
field to the database, but not a standard field?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to