Skip to content

Commit

Permalink
Change input parameter types
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 19, 2024
1 parent 547c511 commit da60a01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ on:
required: false
default: "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22"
scale_factor:
type: number
type: string
description: Which scale factor to use
required: false
default: 2
partition_size:
type: number
type: string
description: Which partition size to use
required: false
default: 2
Expand Down
7 changes: 0 additions & 7 deletions push.sh

This file was deleted.

8 changes: 0 additions & 8 deletions tpch.sh

This file was deleted.

0 comments on commit da60a01

Please sign in to comment.