Skip to content

Commit

Permalink
Temporary remove unsupported ut caused by arrow-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyotoYaho committed Dec 14, 2022
1 parent d0cff54 commit fc136f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datafusion/core/tests/sql/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,10 @@ async fn run_query_with_options(options: ListingOptions, num_files: usize) -> St
.to_string()
}

#[tokio::test]
#[allow(dead_code)]
// There's some bug fixed by https://github.com/apache/arrow-rs/pull/3182.
// Later we'll add this unit test back
// #[tokio::test]
async fn fixed_size_binary_columns() {
let ctx = SessionContext::new();
ctx.register_parquet(
Expand Down

0 comments on commit fc136f6

Please sign in to comment.