wsk1314zwr commented on issue #4693:
URL: https://github.com/apache/kyuubi/issues/4693#issuecomment-1562912248

   I think it is necessary to enhance the table lineage for input tables,I 
encountered the following SQL scenario.
   `
   insert overwrite table dev_datalineage.test_where_field
   select 
          a.field1,
          a.field2,
          a.field3
   from dev_datalineage.join_table_a a 
   JOIN dev_datalineage.join_table_b b on a.field1 = b.field1 
   JOIN dev_datalineage.join_table_c c on a.field1 = c.field1 
   where c.field2='2';
   `


-- 
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]

Reply via email to