This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 596269b9cd Minor: add ticket reference for todo (#7064)
596269b9cd is described below

commit 596269b9cdffa0140bba74a890a874d2c8b3069f
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Feb 2 07:33:00 2025 -0500

    Minor: add ticket reference for todo (#7064)
---
 parquet/src/arrow/schema/mod.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parquet/src/arrow/schema/mod.rs b/parquet/src/arrow/schema/mod.rs
index 8b3e92251b..89c42f5eaf 100644
--- a/parquet/src/arrow/schema/mod.rs
+++ b/parquet/src/arrow/schema/mod.rs
@@ -2251,6 +2251,7 @@ mod tests {
         );
 
         // TODO: roundtrip
+        // https://github.com/apache/arrow-rs/issues/7063
         // let arrow_schema = parquet_to_arrow_schema(&parquet_schema, None)?;
         // assert_eq!(
         //     arrow_schema.field(0).try_extension_type::<Json>()?,

Reply via email to