GanfengTan opened a new pull request, #7923:
URL: https://github.com/apache/inlong/pull/7923

   ### Prepare a Pull Request
   1. In the structural diagram after the architecture adjustment, the version 
that Flink depends on is managed independently, instead of the unified 
management of the version of the entire project of INLONG.
   <img width="613" alt="image" 
src="https://user-images.githubusercontent.com/17596132/234449455-f8d5a613-56cd-490c-9c9e-8551e258ed5f.png";>
   
   2. Among them, sort depends on the relevant versions of Flink and is unified 
in sort-flink-dependencies.
   
   3. Version switching SORT FLINK
   a. Change sort-flink modules.
   b. alter flink version in the pom of inlong root. 
            <flink.version>xxxxxx</flink.version>
           <flink.minor.version>xxxxxx</flink.minor.version>
   c. alter sort base class: 
   LogDirtySink
   FormatUtils
   FormatUtilsTest
   (MapNullKeyMode -->  JsonFormatOptions.MapNullKeyMode)
   4. Please maintain three versions of connector at the same time and submit 
for Sort Connector.
   
   
   - Fixes #7879 
   
   ### Motivation
   
   
   Change the sort structure. 
   
   ### Modifications
   
   
   ### Verifying this change
   
   *(Please pick either of the following options)*
   
   - [x] This change is a trivial rework/code cleanup without any test coverage.
   
   - [ ] This change is already covered by existing tests, such as:
     *(please describe tests)*
   
   - [ ] This change added tests and can be verified as follows:
   


-- 
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-unsubscr...@inlong.apache.org

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

Reply via email to