JingsongLi opened a new pull request, #7235:
URL: https://github.com/apache/paimon/pull/7235

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   
   <!-- Linking this pull request to the issue -->
   This feature is particularly useful for write-only tables where data should 
be queryable immediately after insertion. The callback ensures that queries 
wait for the necessary compaction to complete, providing immediate visibility 
guarantees.
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   
   <!-- List UT and IT cases to verify this change -->
   
   `VisibilityCallbackTest.scala`
   
   ### API and Format
   
   <!-- Does this change affect API or storage format -->
   
   Configuration Options
   - visibility-callback.enabled: Enable/disable the visibility callback
   - visibility-callback.timeout: Maximum time to wait for compaction
   - visibility-callback.check-interval: Polling interval when checking 
compaction status
   
   ### Documentation
   
   <!-- Does this change introduce a new feature -->
   


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