GitHub user leborchuk added a comment to the discussion: [Proposal] Iceberg subsystem for datalake_fdw — design proposal
> I’ve recently been working on iceberg-cpp development. Even with LLM > assistance, the workload remains substantial. I’m unsure if investing so much > time is worthwhile, and implementing feature enhancements for the Iceberg > core also demands massive effort. > > A more practical approach is to design standardized interfaces. Java boasts > superior compatibility and maturity. Hence, I suggest building unified > standard interfaces that support integration with various Iceberg metadata > engines. Yes, unification makes sense! For example, we could use protobuf to get and send data from/to a metadata library (or a metadata service). It doesn't matter what language the service is written in. This will isolate the services, and we can change the architecture if necessary. GitHub link: https://github.com/apache/cloudberry/discussions/1683#discussioncomment-17021194 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
