seawinde opened a new pull request, #30650: URL: https://github.com/apache/doris/pull/30650
## Proposed changes the following sql is the definition for materialized view if `l_shipdate` is the partitiion column for table `lineitem_list_partition`, the materialized view can not refresh incrementally > >select t1.l_shipdate, t1.l_orderkey, t1.l_partkey, t1.l_suppkey, > from lineitem_list_partition t1 > join lineitem_list_partition t2 > on t1.l_shipdate = t2.l_shipdate > group by t1.l_shipdate, t1.l_orderkey, t1.l_partkey, t1.l_suppkey ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
