This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a commit to branch reset-inference-max-input-len
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/reset-inference-max-input-len
by this push:
new 354acd30a25 Update ForecastTableFunction.java
354acd30a25 is described below
commit 354acd30a257eb90793f5711b2469d7c7f451dc3
Author: Yongzao <[email protected]>
AuthorDate: Wed Oct 22 14:46:10 2025 +0800
Update ForecastTableFunction.java
---
.../queryengine/plan/relational/function/tvf/ForecastTableFunction.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/function/tvf/ForecastTableFunction.java
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/function/tvf/ForecastTableFunction.java
index b7dc5053c3f..5521062a24e 100644
---
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/function/tvf/ForecastTableFunction.java
+++
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/function/tvf/ForecastTableFunction.java
@@ -207,7 +207,7 @@ public class ForecastTableFunction implements TableFunction
{
private static final String IS_INPUT_COLUMN_NAME = "is_input";
private static final String OPTIONS_PARAMETER_NAME = "MODEL_OPTIONS";
private static final String DEFAULT_OPTIONS = "";
- private static final int MAX_INPUT_LENGTH = 1440;
+ private static final int MAX_INPUT_LENGTH = 2880;
private static final String INVALID_OPTIONS_FORMAT = "Invalid options: %s";