Skip to content

Commit

Permalink
chore: we are cube :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Aug 26, 2024
1 parent 2dba6ab commit eb8d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/cubesql/cubesql/src/compile/engine/df/scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ async fn load_data(
data
} else {
return Err(ArrowError::ComputeError(
"Unable to extract result from Cube.js response, empty results".to_string(),
"Unable to extract results from response: results is empty".to_string(),
));

Check warning on line 889 in rust/cubesql/cubesql/src/compile/engine/df/scan.rs

View check run for this annotation

Codecov / codecov/patch

rust/cubesql/cubesql/src/compile/engine/df/scan.rs#L887-L889

Added lines #L887 - L889 were not covered by tests
}
};
Expand Down

0 comments on commit eb8d5ef

Please sign in to comment.