Skip to content

Commit

Permalink
rename the test to cast_dict_to_timestamp arr
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhawvipul committed Jul 12, 2024
1 parent f2dbeaa commit 6b60290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/core/src/execution/datafusion/expressions/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ mod tests {
}

#[test]
fn test_cast_dict_string_to_dict_timestamp() -> DataFusionResult<()> {
fn test_cast_dict_string_to_timestamp() -> DataFusionResult<()> {
// prepare input data
let keys = Int32Array::from(vec![0, 1]);
let values: ArrayRef = Arc::new(StringArray::from(vec![
Expand Down

0 comments on commit 6b60290

Please sign in to comment.