Skip to content

Commit

Permalink
Add query 19 to TPC-H regression tests (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan authored Apr 26, 2021
1 parent ddaea81 commit 8380c5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions benchmarks/src/bin/tpch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,11 @@ mod tests {
run_query(14).await
}

#[tokio::test]
async fn run_q19() -> Result<()> {
run_query(19).await
}

/// Specialised String representation
fn col_str(column: &ArrayRef, row_index: usize) -> String {
if column.is_null(row_index) {
Expand Down

0 comments on commit 8380c5d

Please sign in to comment.