-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
There is minor bug which can't refer example file (i.e. user_defined_plan.rs) in UserDefinedLogicalNodeCore document
datafusion/datafusion/expr/src/logical_plan/extension.rs
Lines 212 to 217 in 780cccb
| /// 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. | |
| pub trait UserDefinedLogicalNodeCore: |
In reality, ../../tests/user_defined_plan.rs doesn't exist and this file's location is datafusion\core\tests\user_defined\user_defined_plan.rs
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working