Skip to content

Commit

Permalink
root column comparison now replaced with scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Jan 1, 2025
1 parent 445cbba commit 0772153
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,15 @@
{
"type": "binary_comparison_operator",
"column": {
"type": "root_collection_column",
"type": "column",
"name": "ArtistId"
},
"operator": "_eq",
"value": {
"type": "column",
"column": {
"type": "column",
"name": "ArtistId",
"path": []
}
"name": "ArtistId",
"path": [],
"scope": 1
}
}
]
Expand Down

0 comments on commit 0772153

Please sign in to comment.