Skip to content

Commit 52e1d29

Browse files
Include deleted test case
1 parent 1540a58 commit 52e1d29

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

datafusion/functions/src/datetime/to_char.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@ mod tests {
430430
}
431431

432432
let scalar_array_data = vec![
433+
(
434+
ScalarValue::Date32(Some(18506)),
435+
StringArray::from(vec!["%Y::%m::%d".to_string()]),
436+
"2020::09::01".to_string(),
437+
),
433438
(
434439
ScalarValue::Date32(Some(18506)),
435440
StringArray::from(vec!["%Y::%m::%d %S::%M::%H %f".to_string()]),

0 commit comments

Comments
 (0)