morningman commented on issue #60789:
URL: https://github.com/apache/doris/issues/60789#issuecomment-3932822965

   At the moment, we do not have a concrete plan to integrate **iceberg-cpp**. 
The reasons are as follows:
   
   1. Doris already has native support for reading Iceberg data. Data reading 
for Iceberg v2 and v3 formats is implemented directly in C++.
   2. Doris’s FE is written in Java. Query planning for Iceberg and transaction 
commits for writes are inherently handled by the FE, so using the Iceberg Java 
SDK is a natural choice.
   
   Therefore, there is currently no strong reason for integrating iceberg-cpp.
   
   That said, we may explore some possibilities in the future, such as:
   
   * Leveraging the BE’s distributed capabilities to perform metadata parsing 
for Iceberg queries, where iceberg-cpp could potentially be used.
   * Other capabilities that cannot be easily extended on the FE side and would 
require support from the BE.


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