File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
sql/core/src/test/resources/sql-tests/inputs Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- AGGREGATES [Part 1]
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/aggregates.sql#L1-L143
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/aggregates.sql#L1-L143
7
7
8
8
-- avoid bit-exact output here because operations may not be bit-exact.
9
9
-- SET extra_float_digits = 0;
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- AGGREGATES [Part 2]
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/aggregates.sql#L145-L350
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/aggregates.sql#L145-L350
7
7
8
8
create temporary view int4_tbl as select * from values
9
9
(0 ),
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- BOOLEAN
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/boolean.sql
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/boolean.sql
7
7
8
8
--
9
9
-- sanity check - if this fails go insane!
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- CASE
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/case.sql
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/case.sql
7
7
-- Test the CASE statement
8
8
--
9
9
-- This test suite contains two Cartesian products without using explicit CROSS JOIN syntax.
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- FLOAT4
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/float4.sql
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/float4.sql
7
7
8
8
CREATE TABLE FLOAT4_TBL (f1 float) USING parquet;
9
9
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- INT4
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/int4.sql
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/int4.sql
7
7
--
8
8
9
9
CREATE TABLE INT4_TBL (f1 int ) USING parquet;
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- AGGREGATES [Part 1]
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/aggregates.sql#L1-L143
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/aggregates.sql#L1-L143
7
7
8
8
-- avoid bit-exact output here because operations may not be bit-exact.
9
9
-- SET extra_float_digits = 0;
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- AGGREGATES [Part 2]
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/aggregates.sql#L145-L350
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/aggregates.sql#L145-L350
7
7
--
8
8
-- This test file was converted from pgSQL/aggregates_part2.sql.
9
9
-- Note that currently registered UDF returns a string. So there are some differences, for instance
Original file line number Diff line number Diff line change 3
3
--
4
4
--
5
5
-- CASE
6
- -- https://github.com/postgres/postgres/blob/REL_12_BETA1 /src/test/regress/sql/case.sql
6
+ -- https://github.com/postgres/postgres/blob/REL_12_BETA2 /src/test/regress/sql/case.sql
7
7
-- Test the CASE statement
8
8
--
9
9
-- This test suite contains two Cartesian products without using explicit CROSS JOIN syntax.
You can’t perform that action at this time.
0 commit comments