redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.65k stars 589 forks source link

datalake: remove old/unused code #23486

Closed jcipar closed 1 month ago

jcipar commented 1 month ago

We have been rewriting the datalake code to use the new iceberg:: types for internal storage. We had kept the old code around to use as an example. Since the new data path is mostly working now, we no longer need the old code. This cleans it up.

Backports Required

Release Notes

vbotbuildovich commented 1 month ago

new failures in https://buildkite.com/redpanda/redpanda/builds/55140#01922b0c-e1b1-4fb8-a2bc-ef79b34b8a5d:

"rptest.tests.partition_balancer_test.PartitionBalancerTest.test_full_nodes"
vbotbuildovich commented 1 month ago

ducktape was retried in https://buildkite.com/redpanda/redpanda/builds/55140#01922b13-e03e-4b81-976c-7b4b255fce03

dotnwat commented 1 month ago

@jcipar got a merge conflict