Skip to content

Commit 1625151

Browse files
committed
license headers
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent 82cefaf commit 1625151

28 files changed

Lines changed: 82 additions & 2 deletions

vortex-sqllogictest/slt/tpch/datafusion/create.slt.no

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
23

34
statement ok
45
CREATE EXTERNAL TABLE IF NOT EXISTS supplier (

vortex-sqllogictest/slt/tpch/datafusion/tcph.slt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
14
include ../../setup.slt
25

36

vortex-sqllogictest/slt/tpch/drop.slt.no

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
14
statement ok
25
DROP TABLE supplier;
36

vortex-sqllogictest/slt/tpch/duckdb/create.slt.no

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
14
statement ok
25
CREATE TABLE supplier AS SELECT * FROM read_vortex('./slt/tpch/data/supplier.vortex');
36

vortex-sqllogictest/slt/tpch/duckdb/tpch.slt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
14
# include ../../setup.slt
25

36

vortex-sqllogictest/slt/tpch/generate_data.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
5+
36
set -ex -o pipefail
47

58
if ! command -v uvx &> /dev/null; then

vortex-sqllogictest/slt/tpch/results/q1.slt.no

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
23

34
query TTRRRRRRRI rowsort
45
select

vortex-sqllogictest/slt/tpch/results/q10.slt.no

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
14
query ITRRTTTT
25
select
36
c_custkey,

vortex-sqllogictest/slt/tpch/results/q11.slt.no

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
14
query IR
25
select
36
ps_partkey,

vortex-sqllogictest/slt/tpch/results/q12.slt.no

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-FileCopyrightText: Copyright the Vortex contributors
3+
14
query TII
25
select
36
l_shipmode,

0 commit comments

Comments
 (0)