Skip to content

Commit d029c27

Browse files
authored
Func test for TPC-H (#12155)
1 parent e6331e9 commit d029c27

File tree

42 files changed

+405
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+405
-304
lines changed

ydb/apps/ydb/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* Fixed a bug in TPC-H tables schema where the `partsupp` table had incorrect list of key columns
12

23
* Enhanced parallelism of data restoring in `ydb tools restore`
34

ydb/library/workload/tpch/tpch_schema.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ tables:
183183
not_null: true
184184
primary_key:
185185
- ps_partkey
186+
- ps_suppkey
186187

187188
- name: region
188189
columns:

0 commit comments

Comments
 (0)