Skip to content

Commit

Permalink
Fixing minor typo to verify ci caching of builds is working as expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Dec 22, 2024
1 parent be7e273 commit 62230f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::sync::LazyLock;
use super::super::conversion::*;
use super::error::{DFSqlLogicTestError, Result};

/// Converts `batches` to a result as expected by sqllogicteset.
/// Converts `batches` to a result as expected by sqllogictest.
pub(crate) fn convert_batches(batches: Vec<RecordBatch>) -> Result<Vec<Vec<String>>> {
if batches.is_empty() {
Ok(vec![])
Expand Down

0 comments on commit 62230f8

Please sign in to comment.