Skip to content

Commit f8e6348

Browse files
Feature flags RT test with canonical_extension_types
1 parent 14cf1f5 commit f8e6348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arrow-avro/src/writer/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ mod tests {
445445
Ok(())
446446
}
447447

448+
#[cfg(not(feature = "canonical_extension_types"))]
448449
#[test]
449450
fn test_round_trip_duration_and_uuid_ocf() -> Result<(), ArrowError> {
450451
let in_file =

0 commit comments

Comments
 (0)