Skip to content

Commit 652d28d

Browse files
committed
Add a not on transform
1 parent 44afbb2 commit 652d28d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datafusion/common/src/config.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ use crate::{DataFusionError, Result};
3030

3131
/// A macro that wraps a configuration struct and automatically derives
3232
/// [`Default`] and [`ConfigField`] for it, allowing it to be used
33-
/// in the [`ConfigOptions`] configuration tree
33+
/// in the [`ConfigOptions`] configuration tree.
34+
///
35+
/// transform is be used to normalize the value before parsing.
3436
///
3537
/// For example,
3638
///

0 commit comments

Comments
 (0)