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

   ## Proposed changes
   
   Support to view the stats updated time.
   
   Before
   
   ```sql
   mysql> show column stats t1;
   
+-------------+-------+------+----------+-----------+---------------+------+------+---------------------+
   | column_name | count | ndv  | num_null | data_size | avg_size_byte | min  | 
max  | updated_time        |
   
+-------------+-------+------+----------+-----------+---------------+------+------+---------------------+
   | col2        | 2.0   | 2.0  | 0.0      | 0.0       | 0.0           | 2    | 
5    | 2023-06-30 15:50:24 |
   | col3        | 2.0   | 2.0  | 0.0      | 0.0       | 0.0           | 3    | 
6    | 2023-06-30 15:50:48 |
   | col1        | 2.0   | 2.0  | 0.0      | 0.0       | 0.0           | '1'  | 
'4'  | 2023-06-30 15:50:48 |
   
+-------------+-------+------+----------+-----------+---------------+------+------+---------------------+
   
   ```
   
   After 
   ```sql
   mysql> show column stats t1;
   
+-------------+-------+------+----------+-----------+---------------+------+------+
   | column_name | count | ndv  | num_null | data_size | avg_size_byte | min  | 
max  | 
   
+-------------+-------+------+----------+-----------+---------------+------+------+
   | col2        | 2.0   | 2.0  | 0.0      | 0.0       | 0.0           | 2    | 
5    | 
   | col3        | 2.0   | 2.0  | 0.0      | 0.0       | 0.0           | 3    | 
6    | 
   | col1        | 2.0   | 2.0  | 0.0      | 0.0       | 0.0           | '1'  | 
'4'  | 
   
+-------------+-------+------+----------+-----------+---------------+------+------+
   
   ```
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@doris.apache.org) 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: 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