Skip to content

Commit 7c284d3

Browse files
authored
Merge pull request #3915 from bob2708/patch-1
Update tpcds.md
2 parents a88cea6 + 4f6a11f commit 7c284d3

File tree

1 file changed

+1
-1
lines changed
  • docs/getting-started/example-datasets

1 file changed

+1
-1
lines changed

docs/getting-started/example-datasets/tpcds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ CREATE TABLE inventory (
257257
inv_date_sk UInt32,
258258
inv_item_sk Int64,
259259
inv_warehouse_sk Int64,
260-
inv_quantity_on_hand Nullable(Int32)
260+
inv_quantity_on_hand Nullable(Int32),
261261
PRIMARY KEY (inv_date_sk, inv_item_sk, inv_warehouse_sk),
262262
);
263263

0 commit comments

Comments
 (0)