Skip to content

Commit 622442f

Browse files
waynexiafindepi
andauthored
Update datafusion/proto/tests/cases/roundtrip_physical_plan.rs
Co-authored-by: Piotr Findeisen <piotr.findeisen@gmail.com>
1 parent ea7ea96 commit 622442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/proto/tests/cases/roundtrip_physical_plan.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ fn roundtrip_window() -> Result<()> {
398398
let args = vec![cast(col("a", &schema)?, &schema, DataType::Float64)?];
399399
let sum_expr = AggregateExprBuilder::new(sum_udaf(), args)
400400
.schema(Arc::clone(&schema))
401-
.alias("SUM(a) RANGE BETWEEN CURRENT ROW AND UNBOUNDED PROCEEDING")
401+
.alias("SUM(a) RANGE BETWEEN CURRENT ROW AND UNBOUNDED PRECEDING")
402402
.build()
403403
.map(Arc::new)?;
404404

0 commit comments

Comments
 (0)