Skip to content

Commit 28e7f2f

Browse files
committed
Make multiple tests failed
1 parent 1703fa5 commit 28e7f2f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

sql/core/src/test/resources/sql-tests/results/cast.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SELECT CAST('1234567890123' AS int)
5555
-- !query 6 schema
5656
struct<CAST(1234567890123 AS INT):int>
5757
-- !query 6 output
58-
NULL
58+
NULL1
5959

6060

6161
-- !query 7

sql/core/src/test/resources/sql-tests/results/describe-table-after-alter-table.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Type MANAGED
6060
Provider parquet
6161
Comment modified comment
6262
Table Properties [type=parquet]
63-
Location [not included in comparison]sql/core/spark-warehouse/table_with_comment
63+
Location [not included in comparison]sql/core/spark-warehouse/table_with_comment1
6464

6565

6666
-- !query 4

sql/core/src/test/resources/sql-tests/results/pgSQL/aggregates_part1.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SELECT avg(four) AS avg_1 FROM onek
77
-- !query 0 schema
88
struct<avg_1:double>
99
-- !query 0 output
10-
1.5
10+
1.51
1111

1212

1313
-- !query 1

sql/core/src/test/resources/sql-tests/results/pgSQL/aggregates_part3.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ select max(min(unique1)) from tenk1
88
struct<>
99
-- !query 0 output
1010
org.apache.spark.sql.AnalysisException
11-
It is not allowed to use an aggregate function in the argument of another aggregate function. Please use the inner aggregate function in a sub-query.;
11+
It is not allowed to use an aggregate function 1in the argument of another aggregate function. Please use the inner aggregate function in a sub-query.;
1212

1313

1414
-- !query 1

sql/core/src/test/resources/sql-tests/results/pgSQL/boolean.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SELECT true AS true
1515
-- !query 1 schema
1616
struct<true:boolean>
1717
-- !query 1 output
18-
true
18+
true1
1919

2020

2121
-- !query 2

sql/core/src/test/resources/sql-tests/results/pgSQL/date.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ struct<Fifteen:date>
147147
2000-04-01
148148
2000-04-02
149149
2000-04-03
150-
2038-04-08
150+
2038-04-081
151151
2039-04-09
152152
2040-04-10
153153

sql/core/src/test/resources/sql-tests/results/table-aliases.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ SELECT * FROM (SELECT 1 AS a, 1 AS b) t(col1, col2)
6868
-- !query 7 schema
6969
struct<col1:int,col2:int>
7070
-- !query 7 output
71-
1 1
71+
1 11
7272

7373

7474
-- !query 8

sql/core/src/test/resources/sql-tests/results/udf/pgSQL/udf-aggregates_part1.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SELECT udf(udf(sum(b))) AS avg_431_773 FROM aggtest
4747
-- !query 5 schema
4848
struct<avg_431_773:double>
4949
-- !query 5 output
50-
431.77260909229517
50+
431.7726090922951711
5151

5252

5353
-- !query 6

sql/core/src/test/resources/sql-tests/results/udf/udf-cross-join.sql.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SELECT * FROM nt1 cross join nt2 where udf(nt1.k) = udf(nt2.k)
4848
struct<k:string,v1:int,k:string,v2:int>
4949
-- !query 3 output
5050
one 1 one 1
51-
one 1 one 5
51+
one 1 one 51
5252
two 2 two 22
5353

5454

0 commit comments

Comments
 (0)