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: notifications-unsubscr...@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org
For additional commands, e-mail: notifications-h...@kyuubi.apache.org

Reply via email to