alamb commented on code in PR #13203:
URL: https://github.com/apache/datafusion/pull/13203#discussion_r1826241098
##########
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:
Here is my attempt: https://github.com/apache/datafusion/pull/13223
--
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]