Skip to content

Commit e9d2ec9

Browse files
authored
add clone and debug (apache#15516)
1 parent 507f6b6 commit e9d2ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/datasource/src/file_sink_config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ pub trait FileSink: DataSink {
8989

9090
/// The base configurations to provide when creating a physical plan for
9191
/// writing to any given file format.
92+
#[derive(Debug, Clone)]
9293
pub struct FileSinkConfig {
9394
/// The unresolved URL specified by the user
9495
pub original_url: String,

0 commit comments

Comments
 (0)