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 2022/11/13 08:33:46 UTC

[GitHub] [arrow-datafusion] mingmwang commented on a diff in pull request #4184: [FOLLOWUP] Enforcement Rule: resolve review comments, refactor adjust_input_keys_ordering()

mingmwang commented on code in PR #4184:
URL: https://github.com/apache/arrow-datafusion/pull/4184#discussion_r1020862664


##########
datafusion/core/src/physical_plan/rewrite.rs:
##########
@@ -149,14 +149,16 @@ pub enum RewriteRecursion {
     Skip,
 }
 
+#[allow(clippy::vtable_address_comparisons)]

Review Comment:
   Sorry, this is useless. I will remove it from the PR.



-- 
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