Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
EricJoy2048 committed Jan 18, 2022
1 parent 57e032e commit 12ea08d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/tests/argo_engine_server_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
use datafusion::assert_batches_eq;
use common::config::ArgoEngineConfig;
use rust_client::argo_engine_context::ArgoEngineContext;

#[cfg(feature = "standalone")]
#[tokio::test]
async fn test_argo_engine_server() {
Expand Down
4 changes: 4 additions & 0 deletions ci/tests/stream_load_flight_service_test.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
use arrow_flight::{Action, Criteria, flight_descriptor, FlightDescriptor, Ticket};
use tokio;
use common::config::ArgoEngineConfig;
use rust_client::argo_engine_context::ArgoEngineContext;
use rust_client::steam_load_flight_client::StreamLoadFlightClient;

#[cfg(feature = "standalone")]
#[tokio::test]
Expand Down

0 comments on commit 12ea08d

Please sign in to comment.