pitrou commented on code in PR #45375: URL: https://github.com/apache/arrow/pull/45375#discussion_r2210432491
########## cpp/src/parquet/arrow/arrow_schema_test.cc: ########## @@ -889,6 +889,62 @@ Status ArrowSchemaToParquetMetadata(std::shared_ptr<::arrow::Schema>& arrow_sche return Status::OK(); } +TEST_F(TestConvertParquetSchema, ParquetVariant) { Review Comment: Is there a reason this test doesn't seem to exercise the Parquet Variant type, nor the Arrow VariantExtensionType? @wgtmac @neilechao -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org