yabola commented on issue #7206:
URL: https://github.com/apache/kyuubi/issues/7206#issuecomment-3303895294
After a quick look, it seems that we haven't yet supported the `Filter`
operator, this is why we can't extracted the input tables?
The following code is the logic of the fallback operator, but the condition
of `Filter` is not a child operator.
```scala
case p =>
p.children.map(extractColumnsLineage(
_,
parentColumnsLineage,
inputTablesByPlan)).reduce(mergeColumnsLineage)
```
--
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]