Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
column level lineage - file rename (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Leszczynski <[email protected]>
  • Loading branch information
pawel-big-lebowski authored Jul 21, 2023
1 parent 7c73d49 commit 69f43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/spark/spark_column_lineage.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface CustomColumnLineageVisitor {
void collectExpressionDependencies(LogicalPlan node, ColumnLevelLineageBuilder builder);
}
```
and making it available for Service Loader (implementation class name has to be put in a resource file `META-INF/services/io.openlineage.spark3.agent.lifecycle.plan.column.CustomColumnLineageVisitor`).
and making it available for Service Loader (implementation class name has to be put in a resource file `META-INF/services/io.openlineage.spark.agent.lifecycle.plan.column.CustomColumnLineageVisitor`).


## Future work
Expand Down

0 comments on commit 69f43bf

Please sign in to comment.