Skip to content

Commit

Permalink
Don't try to write Feather V1 with VctrsExtensionType column
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Apr 22, 2022
1 parent 39c05b1 commit aae6133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/extra-tests/write-files.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ for (comp in c("lz4", "uncompressed", "zstd")) {
}

example_with_metadata_v1 <- example_with_metadata
example_with_metadata_v1$a <- NULL
example_with_metadata_v1$c <- NULL
write_feather(example_with_metadata_v1, "extra-tests/files/ex_data_v1.feather", version = 1)

Expand Down

0 comments on commit aae6133

Please sign in to comment.