Skip to content

Commit

Permalink
Minor: add ticket reference for todo (#7064)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Feb 2, 2025
1 parent 69eeee3 commit 596269b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parquet/src/arrow/schema/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>()?,
Expand Down

0 comments on commit 596269b

Please sign in to comment.