Skip to content

Commit 23f3a8f

Browse files
dttung2905alamb
andauthored
Fix invalid ref in UserDefinedLogicalNodeCore doc (#12396)
* Fix invalid ref in UserDefinedLogicalNodeCore doc Signed-off-by: dttung2905 <[email protected]> * Update datafusion/expr/src/logical_plan/extension.rs Co-authored-by: Andrew Lamb <[email protected]> --------- Signed-off-by: dttung2905 <[email protected]> Co-authored-by: Andrew Lamb <[email protected]>
1 parent 275fb1b commit 23f3a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/expr/src/logical_plan/extension.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ impl Eq for dyn UserDefinedLogicalNode {}
212212
/// This trait facilitates implementation of the [`UserDefinedLogicalNode`].
213213
///
214214
/// See the example in
215-
/// [user_defined_plan.rs](../../tests/user_defined_plan.rs) for an
216-
/// example of how to use this extension API.
215+
/// [user_defined_plan.rs](https://github.com/apache/datafusion/blob/main/datafusion/core/tests/user_defined/user_defined_plan.rs)
216+
/// file for an example of how to use this extension API.
217217
pub trait UserDefinedLogicalNodeCore:
218218
fmt::Debug + Eq + Hash + Sized + Send + Sync + 'static
219219
{

0 commit comments

Comments
 (0)