From aae61332286096a59e795cebcc7c2f7084797e19 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Fri, 22 Apr 2022 11:24:07 -0300 Subject: [PATCH] Don't try to write Feather V1 with VctrsExtensionType column --- r/extra-tests/write-files.R | 1 + 1 file changed, 1 insertion(+) diff --git a/r/extra-tests/write-files.R b/r/extra-tests/write-files.R index 4495507f3b3ab..f6d780ec3d6a4 100644 --- a/r/extra-tests/write-files.R +++ b/r/extra-tests/write-files.R @@ -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)