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

morningman 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 93fe9521bf7 [feature](insert)fix implement hive table sink plan 
(#32430)
93fe9521bf7 is described below

commit 93fe9521bf783a5a1ce84ae9af09754b58db82f5
Author: slothever <18522955+w...@users.noreply.github.com>
AuthorDate: Tue Mar 19 09:55:16 2024 +0800

    [feature](insert)fix implement hive table sink plan (#32430)
    
    introduced by #32386
---
 .../doris/nereids/trees/plans/physical/PhysicalHiveTableSink.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHiveTableSink.java
 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHiveTableSink.java
index 809a91e3123..8a37bb71cc6 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHiveTableSink.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHiveTableSink.java
@@ -45,7 +45,7 @@ import java.util.Set;
 import java.util.stream.Collectors;
 
 /** abstract physical hive sink */
-public class PhysicalHiveTableSink<CHILD_TYPE extends Plan> extends 
PhysicalSink<CHILD_TYPE> implements Sink {
+public class PhysicalHiveTableSink<CHILD_TYPE extends Plan> extends 
PhysicalTableSink<CHILD_TYPE> implements Sink {
 
     private final HMSExternalDatabase database;
     private final HMSExternalTable targetTable;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to