We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58868ea commit 8340cc3Copy full SHA for 8340cc3
datafusion/expr/src/expr_rewriter/guarantees.rs
@@ -462,7 +462,7 @@ mod tests {
462
ScalarValue::Date32(Some(18628)),
463
ScalarValue::Date32(None),
464
)
465
- .unwrap(),
+ .unwrap(),
466
},
467
),
468
];
@@ -540,7 +540,7 @@ mod tests {
540
ScalarValue::from("abc"),
541
ScalarValue::from("def"),
542
543
544
545
546
@@ -621,7 +621,7 @@ mod tests {
621
ScalarValue::Int32(Some(1)),
622
ScalarValue::Int32(Some(10)),
623
624
625
626
627
0 commit comments