This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 3acafa97000 branch-4.0: [fix](nereids)
PhysicalDictionarySink.resetLogicalProperties() does not reset logical
properties properly #60495 (#60521)
3acafa97000 is described below
commit 3acafa970009b675e5148fa3f5a6bdb2824465a2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 6 09:52:35 2026 +0800
branch-4.0: [fix](nereids) PhysicalDictionarySink.resetLogicalProperties()
does not reset logical properties properly #60495 (#60521)
Cherry-picked from #60495
Co-authored-by: minghong <[email protected]>
---
.../doris/nereids/trees/plans/physical/PhysicalDictionarySink.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/PhysicalDictionarySink.java
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalDictionarySink.java
index 54e9f7dc893..797127d176f 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalDictionarySink.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalDictionarySink.java
@@ -127,7 +127,7 @@ public class PhysicalDictionarySink<CHILD_TYPE extends
Plan> extends PhysicalTab
@Override
public PhysicalDictionarySink<Plan> resetLogicalProperties() {
return new PhysicalDictionarySink<>(database, dictionary,
allowAdaptiveLoad, cols, outputExprs, groupExpression,
- getLogicalProperties(), null, child());
+ null, null, child());
}
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]