alamb commented on code in PR #13203:
URL: https://github.com/apache/datafusion/pull/13203#discussion_r1826311481
##########
datafusion/physical-plan/src/joins/hash_join.rs:
##########
@@ -293,7 +293,7 @@ impl JoinLeftData {
/// │ "dimension" │ │ "fact" │
/// └───────────────┘ └───────────────┘
/// ```
-#[derive(Debug)]
+#[derive(Debug)] // note not Clone because of the OnceAsync
Review Comment:
Good idea -- I tried to clarify in b5ffef024
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]