alamb commented on a change in pull request #1891:
URL: https://github.com/apache/arrow-datafusion/pull/1891#discussion_r816866903
##########
File path: datafusion/src/row/mod.rs
##########
@@ -349,6 +354,38 @@ mod tests {
assert_eq!(batch, output_batch);
Ok(())
}
+
+ #[test]
+ #[allow(non_snake_case)]
+ fn [<test_single_ $TYPE _nf>]() -> Result<()> {
Review comment:
sorry -- your change makes total sense. It took me a few moments to
understand what `nf` was an abbreviation for, and I figured if I came across it
in the codebase at some point in the future (outside the context of this PR) I
would very likely not know what it was ;)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]