Skip to content

Commit

Permalink
Update the API calls in arrow 37 that now expect Fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Apr 13, 2023
1 parent 20e0247 commit 20547be
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 124 deletions.
2 changes: 1 addition & 1 deletion rust/src/checkpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
use arrow::datatypes::Schema as ArrowSchema;
// NOTE: Temporarily allowing these deprecated imports pending the completion of:
// <https://github.com/apache/arrow-rs/pull/3979>
use arrow::error::ArrowError;
#[allow(deprecated)]
use arrow::json::reader::{Decoder, DecoderOptions};
use arrow::error::ArrowError;
use chrono::{DateTime, Datelike, Duration, Utc};
use futures::StreamExt;
use lazy_static::lazy_static;
Expand Down
Loading

0 comments on commit 20547be

Please sign in to comment.