Skip to content

Commit

Permalink
datalake: remove schemaless_translator
Browse files Browse the repository at this point in the history
This is dead code now that we're using record_translator.
  • Loading branch information
andrwng committed Nov 7, 2024
1 parent 64325a1 commit 600f6eb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
4 changes: 0 additions & 4 deletions src/v/datalake/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ redpanda_cc_library(
],
hdrs = [
"data_writer_interface.h",
"schemaless_translator.h",
],
implementation_deps = [
"@fmt",
Expand All @@ -157,12 +156,9 @@ redpanda_cc_library(
visibility = [":__subpackages__"],
deps = [
":base_types",
":table_definition",
"//src/v/base",
"//src/v/datalake/coordinator:data_file",
"//src/v/iceberg:datatypes",
"//src/v/iceberg:values",
"//src/v/serde",
],
)

Expand Down
1 change: 0 additions & 1 deletion src/v/datalake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ v_cc_library(
record_schema_resolver.cc
record_translator.cc
schema_registry.cc
schemaless_translator.cc
schema_avro.cc
schema_protobuf.cc
partitioning_writer.cc
Expand Down
33 changes: 0 additions & 33 deletions src/v/datalake/schemaless_translator.cc

This file was deleted.

27 changes: 0 additions & 27 deletions src/v/datalake/schemaless_translator.h

This file was deleted.

0 comments on commit 600f6eb

Please sign in to comment.