alamb commented on code in PR #12396:
URL: https://github.com/apache/datafusion/pull/12396#discussion_r1750572246
##########
datafusion/expr/src/logical_plan/extension.rs:
##########
@@ -212,8 +212,8 @@ impl Eq for dyn UserDefinedLogicalNode {}
/// This trait facilitates implementation of the [`UserDefinedLogicalNode`].
///
/// See the example in
-/// [user_defined_plan.rs](../../tests/user_defined_plan.rs) for an
-/// example of how to use this extension API.
+///
[user_defined_plan.rs](<https://github.com/apache/datafusion/blob/main/datafusion/core/tests/user_defined/user_defined_plan.rs>)
Review Comment:
Thanks @dttung2905 !
This is an interesting syntax -- I would expect the `<` and `>` not to be
required:
```suggestion
///
[user_defined_plan.rs](https://github.com/apache/datafusion/blob/main/datafusion/core/tests/user_defined/user_defined_plan.rs)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]