Skip to content

Commit 73b5c0d

Browse files
committed
chore(cubesql): Remove duplicate match pattern
1 parent 69aed08 commit 73b5c0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/cubesql/cubesql/src/compile/rewrite/analysis.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,6 @@ impl Analysis<LogicalPlanLanguage> for LogicalPlanAnalysis {
12971297
c,
12981298
ScalarValue::Date32(_)
12991299
| ScalarValue::Date64(_)
1300-
| ScalarValue::Int32(_)
13011300
| ScalarValue::Int64(_)
13021301
| ScalarValue::Int32(_)
13031302
| ScalarValue::Float64(_)

0 commit comments

Comments
 (0)