wyxxxcat opened a new pull request, #51841:
URL: https://github.com/apache/doris/pull/51841
backup and restore Table or restart fe
before:
```
desc tbl all
*************************** 26. row ***************************
IndexName: idx
IndexKeysType: AGG_KEYS
Field: mv_date_format(hours_add(happen_time, 1), '%Y-%m-%d %H:00:00')
Type: varchar(65533)
InternalType: varchar(65533)
Null: Yes
Key: true
Default: NULL
Extra:
Visible: true
DefineExpr:
WhereClause:
```
now
```
desc tbl all
*************************** 26. row ***************************
IndexName: idx
IndexKeysType: AGG_KEYS
Field: mv_date_format(hours_add(happen_time, 1), '%Y-%m-%d %H:00:00')
Type: varchar(65533)
InternalType: varchar(65533)
Null: Yes
Key: true
Default: NULL
Extra:
Visible: true
DefineExpr: date_format(hours_add(`happen_time`, 1), '%Y-%m-%d %H:00:00')
WhereClause: (`k1` > '2025-06-12 00:00:00')
```
--
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]