Skip to content

Commit 1d9e138

Browse files
sunng87lewiszlw
andauthored
chore: make tablefunction clonable (apache#17457)
Co-authored-by: 张林伟 <[email protected]>
1 parent d0e68a4 commit 1d9e138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/catalog/src/table.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ pub trait TableFunctionImpl: Debug + Sync + Send {
320320
}
321321

322322
/// A table that uses a function to generate data
323-
#[derive(Debug)]
323+
#[derive(Clone, Debug)]
324324
pub struct TableFunction {
325325
/// Name of the table function
326326
name: String,

0 commit comments

Comments
 (0)