Skip to content

Commit

Permalink
Refactor: Address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: shamb0 <r.raajey@gmail.com>
  • Loading branch information
shamb0 committed Aug 26, 2024
1 parent 59018bb commit 3ea0fc0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 224 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ testcontainers-modules = { version = "0.4.2", features = ["localstack"] }
time = { version = "0.3.34", features = ["serde"] }
geojson = "0.24.1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
rand = { version = "0.8.5" }
csv = { version = "1.2.2" }
approx = "0.5.1"

[[bin]]
Expand Down
59 changes: 0 additions & 59 deletions tests/common/mod.rs

This file was deleted.

98 changes: 0 additions & 98 deletions tests/common/print_utils.rs

This file was deleted.

2 changes: 1 addition & 1 deletion tests/fixtures/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use anyhow::{Context, Result};
use async_std::task::block_on;
use aws_config::{BehaviorVersion, Region};
use aws_sdk_s3::primitives::ByteStream;
use chrono::{DateTime, Duration};
use bytes::Bytes;
use chrono::{DateTime, Duration};
use datafusion::arrow::array::{Int32Array, TimestampMillisecondArray};
use datafusion::arrow::datatypes::TimeUnit::Millisecond;
use datafusion::arrow::datatypes::{DataType, Field, Schema};
Expand Down
Loading

0 comments on commit 3ea0fc0

Please sign in to comment.