suxiaogang223 opened a new pull request, #63406:
URL: https://github.com/apache/doris/pull/63406

   Doris previously used an unpinned Paimon table handle for normal queries, 
relying on the Paimon SDK to discover the latest snapshot. This could lead to 
empty results if a compaction occurred during the query, as the SDK might fail 
to resolve the new snapshot correctly.
   
   This change modifies PaimonExternalTable to always use the pinned table from 
the snapshot cache, ensuring consistency across all query types (Normal, MTMV, 
and MVCC).
   
   Jira: OPENSOURCE-263
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to