File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
server/src/main/java/org/elasticsearch
qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql
src/test/java/org/elasticsearch/xpack/esql Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ static TransportVersion def(int id) {
217217 public static final TransportVersion SEMANTIC_TEXT_CHUNKING_CONFIG = def (9_047_00_0 );
218218 public static final TransportVersion REPO_ANALYSIS_COPY_BLOB = def (9_048_00_0 );
219219 public static final TransportVersion AMAZON_BEDROCK_TASK_SETTINGS = def (9_049_00_0 );
220- public static final TransportVersion RANDOM_SAMPLER_QUERY_BUILDER = def (9_050_0_00 );
220+ public static final TransportVersion RANDOM_SAMPLER_QUERY_BUILDER = def (9_050_00_0 );
221221
222222 /*
223223 * STOP! READ THIS FIRST! No, really,
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ private static void dataFailure(
280280 fail (description + System .lineSeparator () + describeFailures (dataFailures ) + actual + expected );
281281 }
282282
283- private static final int MAX_ROWS = 1000 ;
283+ private static final int MAX_ROWS = 25 ;
284284
285285 private static String pipeTable (
286286 String description ,
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ public class CsvTests extends ESTestCase {
191191
192192 @ ParametersFactory (argumentFormatting = "%2$s.%3$s" )
193193 public static List <Object []> readScriptSpec () throws Exception {
194- List <URL > urls = classpathResources ("/sample .csv-spec" );
194+ List <URL > urls = classpathResources ("/* .csv-spec" );
195195 assertThat ("Not enough specs found " + urls , urls , hasSize (greaterThan (0 )));
196196 return SpecReader .readScriptSpec (urls , specParser ());
197197 }
You can’t perform that action at this time.
0 commit comments