Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Nov 25, 2024
1 parent b9835b9 commit 55101eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/src/datetime/date_bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ mod tests {
use chrono::TimeDelta;

#[test]
#[allow(deprecated)] // TODO migrate UDF invoke to invoke_batch
#[allow(deprecated)] // TODO migrate UDF invoke from invoke_batch
fn test_date_bin() {
let res = DateBinFunc::new().invoke_batch(
&[
Expand Down

0 comments on commit 55101eb

Please sign in to comment.