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 15e89aa commit fea8c1cCopy full SHA for fea8c1c
datafusion/core/tests/user_defined/user_defined_aggregates.rs
@@ -1217,7 +1217,7 @@ async fn test_metadata_based_aggregate_as_window() -> Result<()> {
1217
}
1218
1219
#[tokio::test]
1220
-async fn test_scalar_udaf_schema_metadata() -> Result<()> {
+async fn test_schema_based_aggregate_udf_metadata() -> Result<()> {
1221
use datafusion_expr::{expr::FieldMetadata, lit_with_metadata};
1222
use std::collections::BTreeMap;
1223
0 commit comments