zddr opened a new pull request, #36413:
URL: https://github.com/apache/doris/pull/36413

   MTMV support set session variable for task by set property starts with 
"session."
   ```
   CREATE MATERIALIZED VIEW ${mvName}
           BUILD DEFERRED REFRESH AUTO ON MANUAL
           DISTRIBUTED BY RANDOM BUCKETS 2
           PROPERTIES (
           'replication_num' = '1',
           'session.query_timeout' = '3700'
           )
           AS
           SELECT * from ${tableName};
   ```
   
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to