Skip to content

Commit ef069df

Browse files
committed
Fix the imports for append_to_existing.rs IT test
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
1 parent 5cefd49 commit ef069df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avro/tests/append_to_existing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
use apache_avro::{
1919
AvroResult, Reader, Schema, Writer, read_marker,
20-
types::{Record, Value},
20+
types::sync::{Record, Value},
2121
};
2222
use apache_avro_test_helper::TestResult;
2323

0 commit comments

Comments
 (0)