This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 68f50b569b0 branch-2.1: [fix](group commit)Fix replay wal fail problem
on agg state type #49081 (#49143)
68f50b569b0 is described below
commit 68f50b569b0d199ff767b54e768de47a70a79daf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 18 10:57:20 2025 +0800
branch-2.1: [fix](group commit)Fix replay wal fail problem on agg state
type #49081 (#49143)
Cherry-picked from #49081
Co-authored-by: huanghaibin <[email protected]>
---
.../org/apache/doris/tablefunction/ExternalFileTableValuedFunction.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/tablefunction/ExternalFileTableValuedFunction.java
b/fe/fe-core/src/main/java/org/apache/doris/tablefunction/ExternalFileTableValuedFunction.java
index cb1a2d89c5d..f16f93f0138 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/tablefunction/ExternalFileTableValuedFunction.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/tablefunction/ExternalFileTableValuedFunction.java
@@ -351,6 +351,7 @@ public abstract class ExternalFileTableValuedFunction
extends TableValuedFunctio
for (int i = 0; i < tableColumns.size(); i++) {
Column column = new Column(tableColumns.get(i).getName(),
tableColumns.get(i).getType(), true);
column.setUniqueId(tableColumns.get(i).getUniqueId());
+ column.setIsAllowNull(true);
fileColumns.add(column);
}
return fileColumns;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]