databricks / iceberg-kafka-connect

Apache License 2.0
219 stars 49 forks source link

Refactor ChannelTestBase to replace mocks #203

Closed fqtab closed 8 months ago

fqtab commented 8 months ago

Refactoring ChannelTestBase to use "real" catalog and table implementations rather than mocks. In my next PR, I have to use iceberg's transaction functionality and mocking out that functionality didn't seem worth it.