Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn authored Jan 24, 2024
1 parent 0d364ae commit bdc63d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions ydb/library/yql/core/services/yql_lineage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ class TLineageScanner {
std::vector<TFieldsLineage> results;
TMaybe<bool> hasStructItems;
for (ui32 index = 0; index < node.ChildrenSize(); ++index) {
if (index == 0 && node.IsCallable("If")) {
continue;
}

if (index != 0 && node.IsCallable("SqlIn")) {
continue;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1392,9 +1392,9 @@
],
"test.test[lineage-member_over_if_struct-default.txt-Lineage]": [
{
"checksum": "8c0c9c8cf3dab1578139b7ea161a7953",
"size": 1641,
"uri": "https://{canondata_backend}/1784826/8a2f0d0a55779bdbe0866a62e74103aa1da6a4f8/resource.tar.gz#test.test_lineage-member_over_if_struct-default.txt-Lineage_/results.txt"
"checksum": "c5247249149bfd4aaae53e1e59df6d51",
"size": 2635,
"uri": "https://{canondata_backend}/1936842/f3a8c0f08294d14afbd751e1b12877fbc9d546a9/resource.tar.gz#test.test_lineage-member_over_if_struct-default.txt-Lineage_/results.txt"
}
],
"test.test[lineage-member_over_if_struct-default.txt-Plan]": [
Expand Down

0 comments on commit bdc63d3

Please sign in to comment.