Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin committed Mar 22, 2023
1 parent 67b9eac commit 059112c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtab/arrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -453,14 +453,14 @@ pub unsafe fn arrow_ffi_to_query_params(array: FFI_ArrowArray, schema: FFI_Arrow

#[cfg(test)]
mod test {
use super::ArrowVTab;
use crate::{Connection, Result};
use arrow::{
array::{ArrayData, Float64Array, StructArray},
ffi::{FFI_ArrowArray, FFI_ArrowSchema},
record_batch::RecordBatch,
};
use std::error::Error;
use super::ArrowVTab;

#[test]
fn test_vtab_arrow() -> Result<(), Box<dyn Error>> {
Expand Down

0 comments on commit 059112c

Please sign in to comment.