pitrou commented on code in PR #45375: URL: https://github.com/apache/arrow/pull/45375#discussion_r2210674847
########## 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: Perhaps, but for now, automatic conversion to/from Variant doesn't seem exercised at all. -- 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