qzyu999 commented on code in PR #23656:
URL: https://github.com/apache/datafusion/pull/23656#discussion_r3685233548
##########
datafusion/datasource/src/sink.rs:
##########
@@ -293,3 +346,200 @@ fn make_count_schema() -> SchemaRef {
false,
)]))
}
+
+#[cfg(test)]
+mod sink_tests {
Review Comment:
Good catch, fixed. Renamed to tests for consistency with the rest of the
repo.
--
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]