Skip to content

Commit

Permalink
fix all but one
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Dec 18, 2024
1 parent f9c9c05 commit a61a931
Show file tree
Hide file tree
Showing 108 changed files with 52 additions and 2,322 deletions.
4 changes: 2 additions & 2 deletions relational/query/aggregate_count_albums/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"how_many_artist_ids": 347,
"how_many_distinct_artist_ids": 204,
"min_artist_id": 1,
"max_artist_id": 275,
"avg_artist_id": 121.94236311239192
"max_artist_id": 275

}
}
]
5 changes: 0 additions & 5 deletions relational/query/aggregate_count_albums/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
"type": "single_column",
"column": "ArtistId",
"function": "max"
},
"avg_artist_id": {
"type": "single_column",
"column": "ArtistId",
"function": "avg"
}
}
},
Expand Down
12 changes: 0 additions & 12 deletions relational/query/aggregate_count_albums/response.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
}
]
}
]
]
44 changes: 0 additions & 44 deletions relational/query/aggregate_count_albums_plus_field/response.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
}
]
}
]
]
46 changes: 0 additions & 46 deletions relational/query/aggregate_count_artist_albums/response.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
}
]
}
]
]

This file was deleted.

2 changes: 1 addition & 1 deletion relational/query/dup_array_relationship/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
}
]
}
]
]
66 changes: 0 additions & 66 deletions relational/query/dup_array_relationship/response.json

This file was deleted.

2 changes: 1 addition & 1 deletion relational/query/duplicate_filter_results/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
}
]
}
]
]
21 changes: 0 additions & 21 deletions relational/query/duplicate_filter_results/response.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
}
]
}
]
]
21 changes: 0 additions & 21 deletions relational/query/duplicate_filter_results_nested/response.json

This file was deleted.

2 changes: 1 addition & 1 deletion relational/query/nested_array_relationships/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
}
]
}
]
]
Loading

0 comments on commit a61a931

Please sign in to comment.