Skip to content

Commit 596269b

Browse files
authored
Minor: add ticket reference for todo (#7064)
1 parent 69eeee3 commit 596269b

File tree

1 file changed

+1
-0
lines changed
  • parquet/src/arrow/schema

1 file changed

+1
-0
lines changed

parquet/src/arrow/schema/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,6 +2251,7 @@ mod tests {
22512251
);
22522252

22532253
// TODO: roundtrip
2254+
// https://github.com/apache/arrow-rs/issues/7063
22542255
// let arrow_schema = parquet_to_arrow_schema(&parquet_schema, None)?;
22552256
// assert_eq!(
22562257
// arrow_schema.field(0).try_extension_type::<Json>()?,

0 commit comments

Comments
 (0)