Skip to content

Commit

Permalink
Reverted all changes not related to enhanced Avro codec and record de…
Browse files Browse the repository at this point in the history
…coder support + .avro file tests

Signed-off-by: Connor Sanders <[email protected]>
  • Loading branch information
jecsand838 committed Feb 15, 2025
1 parent 0bea7cc commit ad34fb4
Show file tree
Hide file tree
Showing 11 changed files with 303 additions and 3,066 deletions.
5 changes: 1 addition & 4 deletions arrow-avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,4 @@ crc = { version = "3.0", optional = true }


[dev-dependencies]
bytes = "1.4"
futures = "0.3"
tokio = { version = "1.27", default-features = false, features = ["io-util", "macros", "rt-multi-thread"] }
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
Loading

0 comments on commit ad34fb4

Please sign in to comment.