Skip to content

Commit 061ca59

Browse files
committed
Remove asciidoc changes and disable further asciidoc generation
1 parent 075f2c0 commit 061ca59

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/reference/esql/functions/types/values.asciidoc

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

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractFunctionTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ protected final void assertTypeResolutionFailure(Expression expression) {
858858

859859
@AfterClass
860860
public static void renderSignature() throws IOException {
861-
if (System.getProperty("generateDocs") == null) {
861+
if (System.getProperty("generateDocs") == null || true) {
862862
return;
863863
}
864864
String name = functionName();
@@ -933,7 +933,7 @@ public static void renderDocs() throws IOException {
933933
}
934934

935935
protected static void renderDocs(String name) throws IOException {
936-
if (System.getProperty("generateDocs") == null) {
936+
if (System.getProperty("generateDocs") == null || true) {
937937
return;
938938
}
939939
if (binaryOperator(name) != null || unaryOperator(name) != null || searchOperator(name) != null || likeOrInOperator(name)) {

0 commit comments

Comments
 (0)