From 3d645e0038ab03d22b96f908d320394cdb163c5e Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Wed, 4 Dec 2024 09:17:23 -0600 Subject: [PATCH] Fix typo in comments --- datafusion/core/tests/dataframe/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datafusion/core/tests/dataframe/mod.rs b/datafusion/core/tests/dataframe/mod.rs index 7fe688f9ceed..f18ee45a7929 100644 --- a/datafusion/core/tests/dataframe/mod.rs +++ b/datafusion/core/tests/dataframe/mod.rs @@ -2066,7 +2066,7 @@ async fn test_dataframe_placeholder_column_parameter() -> Result<()> { ); // The placeholder is not replaced with a value, - // so the filter data type is not know, i.e. a = $0. + // so the filter data type is not known, i.e. a = $0. // Therefore, the optimization fails. let optimized_plan = ctx.state().optimize(logical_plan); assert!(optimized_plan @@ -2135,7 +2135,7 @@ async fn test_dataframe_placeholder_like_expression() -> Result<()> { ); // The placeholder is not replaced with a value, - // so the filter data type is not know, i.e. a = $0. + // so the filter data type is not known, i.e. a = $0. // Therefore, the optimization fails. let optimized_plan = ctx.state().optimize(logical_plan); assert!(optimized_plan