You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/20 19:05:29 UTC

[GitHub] [arrow-datafusion] alamb commented on a change in pull request #763: Impl `ops::Not` for `expr`

alamb commented on a change in pull request #763:
URL: https://github.com/apache/arrow-datafusion/pull/763#discussion_r674313143



##########
File path: datafusion/src/logical_plan/expr.rs
##########
@@ -1343,8 +1351,8 @@ impl Literal for ScalarValue {
 }
 
 macro_rules! make_literal {
-    ($TYPE:ty, $SCALAR:ident) => {
-        #[allow(missing_docs)]
+    ($TYPE:ty, $SCALAR:ident, $DOC: expr) => {
+        #[doc = $DOC]

Review comment:
       👍 




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org