This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 7acd8137b65f196fa6515e108692df3996cf8d9e
Author: Kang <[email protected]>
AuthorDate: Sun Oct 8 23:51:54 2023 +0800

    fix fe compile error for abeb262194690647d78472678beafd7b9647611f
---
 .../java/org/apache/doris/planner/external/paimon/PaimonScanNode.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonScanNode.java
 
b/fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonScanNode.java
index f8306391814..36e58ffb79d 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonScanNode.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/planner/external/paimon/PaimonScanNode.java
@@ -103,7 +103,7 @@ public class PaimonScanNode extends FileQueryScanNode {
         fileDesc.setPaimonOptions(((PaimonExternalCatalog) 
source.getCatalog()).getPaimonOptionsMap());
         fileDesc.setTableName(source.getTargetTable().getName());
         fileDesc.setCtlId(source.getCatalog().getId());
-        fileDesc.setDbId(((PaimonExternalTable) 
source.getTargetTable()).getDbId());
+        // TODO fileDesc.setDbId(((PaimonExternalTable) 
source.getTargetTable()).getDbId());
         fileDesc.setTblId(source.getTargetTable().getId());
         
fileDesc.setLastUpdateTime(source.getTargetTable().getLastUpdateTime());
         tableFormatFileDesc.setPaimonParams(fileDesc);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to