tanmayrauth commented on issue #798:
URL: https://github.com/apache/iceberg-go/issues/798#issuecomment-4491390891
@zeroshade All the core catalog interface methods from the plan are
implemented and working with Spark integration tests.
One thing that's intentionally deferred: the current implementation only
supports local filesystem paths (file://). Cloud storage backends (S3, GCS,
ABFS) would need to be added as a follow-up — that involves wiring through the
io.IO abstraction instead of direct os calls. I'll file a separate issue to
track that.
Other than cloud support, I think there's few more functionality that we
can add — RenameTable and UpdateNamespaceProperties.
--
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]