-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42087: workload: minor enhancement of tpch workload r=yuzefovich a=yuzefovich This commit removes `distsql` option (since we now only have a distributed engine) and adds the following: 1. `vectorize` option to override the vectorize session variable 2. `verbose` option to specify whether histograms and the queries themselves should be output (default is set to `false`) 3. checking whether the expected output was returned is improved (if a difference is encountered, we first try converting both the expected and the actual values to floats and check whether they differ by more than 0.01 - this is what TPC-H spec requires for DECIMALs). Release note: None 42113: settings: share the maxSettings constant with the test r=andreimatei a=andreimatei The tests were re-defining the constant, and the values had to match. Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Andrei Matei <[email protected]>
- Loading branch information
Showing
3 changed files
with
60 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters