Skip to content

Commit

Permalink
Different comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Jan 3, 2024
1 parent 97fd6ec commit 4039c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1260,8 +1260,8 @@ protected boolean supportsColumnAtATimeReader(MapperService mapper, MappedFieldT
}

private void testBlockLoader(boolean syntheticSource, boolean columnReader) throws IOException {
// TODO if we're not using synthetic source use a different sort of example. Or something.
SyntheticSourceExample example = syntheticSourceSupport(false).example(5);
// TODO when synthetic _source is disabled disable doc values.
XContentBuilder mapping = syntheticSource ? syntheticSourceFieldMapping(example.mapping) : fieldMapping(example.mapping);
MapperService mapper = createMapperService(mapping);
testBlockLoader(columnReader, example, mapper, "field");
Expand Down

0 comments on commit 4039c41

Please sign in to comment.