We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cb81c commit 3b27c9eCopy full SHA for 3b27c9e
crates/iceberg/src/transform/mod.rs
@@ -29,7 +29,7 @@ mod truncate;
29
mod void;
30
31
/// TransformFunction is a trait that defines the interface for all transform functions.
32
-pub trait TransformFunction: Send {
+pub trait TransformFunction: Send + Sync {
33
/// transform will take an input array and transform it into a new array.
34
/// The implementation of this function will need to check and downcast the input to specific
35
/// type.
0 commit comments