Skip to content

Commit a35fdb8

Browse files
committed
Remove null test case as it seems to be broken on ingestion
1 parent 339b82e commit a35fdb8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/data/exp_histo_sample.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name:keyword,histo:exponential_histogram
22
empty,{"scale":-7}
3-
null_histo,null
43
full,{"scale":12\,"zero":{"threshold":0.123456\,"count":42}\,"positive":{"indices":[-1000000\,-10\,25\,26\,99999999]\,"counts":[2\,1\,3\,4\,5]}\,"negative":{"indices":[-1000\,123456\,-999]\,"counts":[10\,11\,20]}}
54
no_zero_bucket,{"scale":-10\,"positive":{"indices":[1\,2\,3\,4\,5]\,"counts":[6\,7\,8\,9\,10]}\,"negative":{"indices":[-1\,0\,1\,2\,3\,4\,5\,6\,7\,8]\,"counts":[1\,2\,3\,4\,5\,6\,7\,8\,9\,10]}}
65
positive_only,{"scale":0\,"positive":{"indices":[-100\,10\,20]\,"counts":[3\,2\,1]}}

x-pack/plugin/esql/qa/testFixtures/src/main/resources/exponential_histogram.csv-spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ FROM exp_histo_sample | KEEP histo
55

66
histo:exponential_histogram
77
{"scale":-7}
8-
null
98
{"scale":12}
109
{"scale":-10}
1110
{"scale":0}

0 commit comments

Comments
 (0)