Skip to content

Commit f903d92

Browse files
committed
Mute JdbcCsvSpecIT.testAverageWithOneValueAndLimit
Relates to #47080
1 parent 737376d commit f903d92

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

x-pack/plugin/sql/qa/src/main/resources/pivot.csv-spec

-12
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,6 @@ null |48396.28571428572|62140.666666666664
8282
5 |39052.875 |46705.555555555555
8383
;
8484

85-
86-
averageWithOneValueAndLimit
87-
schema::languages:bt|'F':d
88-
SELECT * FROM (SELECT languages, gender, salary FROM test_emp) PIVOT (AVG(salary) FOR gender IN ('F')) LIMIT 3;
89-
90-
languages | 'F'
91-
---------------+------------------
92-
null |62140.666666666664
93-
1 |47073.25
94-
2 |50684.4
95-
;
96-
9785
averageWithTwoValuesAndLimit
9886
schema::languages:bt|'M':d|'F':d
9987
SELECT * FROM (SELECT languages, gender, salary FROM test_emp) PIVOT (AVG(salary) FOR gender IN ('M', 'F')) LIMIT 3;

0 commit comments

Comments
 (0)