Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Jan 29, 2025
1 parent b4261f2 commit bdb7702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/sql/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// under the License.

use super::*;
use datafusion_common::ScalarValue;
use datafusion_common::{FieldExt, ScalarValue};

#[tokio::test]
async fn test_list_query_parameters() -> Result<()> {
Expand Down

0 comments on commit bdb7702

Please sign in to comment.