This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 8af21fc9bd4 branch-3.1: [fix](hudi) fix quering hudi tables error
#52548 (#52618)
8af21fc9bd4 is described below
commit 8af21fc9bd4e69806c7496c5437f26d69903551f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 10:35:30 2025 +0800
branch-3.1: [fix](hudi) fix quering hudi tables error #52548 (#52618)
Cherry-picked from #52548
Co-authored-by: Socrates <[email protected]>
---
.../java/org/apache/doris/datasource/hudi/source/HudiScanNode.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/datasource/hudi/source/HudiScanNode.java
b/fe/fe-core/src/main/java/org/apache/doris/datasource/hudi/source/HudiScanNode.java
index b717a881643..01588e62591 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/datasource/hudi/source/HudiScanNode.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/datasource/hudi/source/HudiScanNode.java
@@ -214,9 +214,7 @@ public class HudiScanNode extends HiveScanNode {
.getExtMetaCacheMgr()
.getFsViewProcessor(hmsTable.getCatalog())
.getFsView(hmsTable.getDbName(), hmsTable.getName(), hudiClient);
- if (hudiSchemaCacheValue.isEnableSchemaEvolution()) {
- params.setHistorySchemaInfo(new ConcurrentHashMap<>());
- }
+ params.setHistorySchemaInfo(new ConcurrentHashMap<>());
}
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]