Skip to content

Commit fde0368

Browse files
committed
Fix compilation errors
1 parent 693ea01 commit fde0368

File tree

2 files changed

+39
-33
lines changed
  • x-pack/plugin/esql/src/main

2 files changed

+39
-33
lines changed

x-pack/plugin/esql/src/main/generated/org/elasticsearch/xpack/esql/expression/function/scalar/string/ChunkBytesRefEvaluator.java

Lines changed: 38 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/string/Chunk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import org.elasticsearch.compute.data.BytesRefBlock;
1616
import org.elasticsearch.compute.operator.EvalOperator;
1717
import org.elasticsearch.inference.ChunkingSettings;
18+
import org.elasticsearch.xpack.core.inference.chunking.SentenceBoundaryChunkingSettings;
1819
import org.elasticsearch.xpack.esql.core.expression.Expression;
1920
import org.elasticsearch.xpack.esql.core.expression.Literal;
2021
import org.elasticsearch.xpack.esql.core.tree.NodeInfo;
@@ -28,7 +29,6 @@
2829
import org.elasticsearch.xpack.esql.io.stream.PlanStreamInput;
2930
import org.elasticsearch.xpack.inference.chunking.Chunker;
3031
import org.elasticsearch.xpack.inference.chunking.ChunkerBuilder;
31-
import org.elasticsearch.xpack.inference.chunking.SentenceBoundaryChunkingSettings;
3232

3333
import java.io.IOException;
3434
import java.util.ArrayList;

0 commit comments

Comments
 (0)