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

[GitHub] [inlong] lordcheng10 opened a new pull request, #7547: [INLONG-7546][Sort] Fix dirty data not archived for iceberg connector

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

   ### Motivation
   The S3DirtySink#open method is not called in IcebergSingleStreamWriter and IcebergMultipleStreamWriter, resulting in dirty data that may never be flushed and archived:
   https://github.com/apache/inlong/blob/12ee6c42c8e7e4869c170ae97656ff79c323e881/inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/dirty/sink/s3/S3DirtySink.java#L108-L113
   
   ### Modifications
   
   In the open method of IcebergSingleStreamWriter and IcebergMultipleStreamWriter, call the DirtySink#open method
   
   


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


[GitHub] [inlong] dockerzhang merged pull request #7547: [INLONG-7546][Sort] Fix dirty data not archived for iceberg connector

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang merged PR #7547:
URL: https://github.com/apache/inlong/pull/7547


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