Open Wilson-BT opened 11 months ago
Could you please provide the table structure and insert statement that can reproduce the problem?
Could you please provide the table structure and insert statement that can reproduce the problem?
SELECT CONCAT(1053983, '-', -1, '-', 'period_sdate') AS `id`
, 0 AS `catalog_id`, 12392 AS `db_id`, 1053983 AS `tbl_id`, -1 AS `idx_id`, 'period_sdate' AS `col_id`
, NULL AS `part_id`, COUNT(1) AS `row_count`, NDV(`period_sdate`) AS `ndv`
, COUNT(1) - COUNT(`period_sdate`) AS `null_count`
, CAST(MIN(`period_sdate`) AS STRING) AS `min`, CAST(MAX(`period_sdate`) AS STRING) AS `max`, COUNT(1) * 16 AS `data_size`
, NOW() AS `update_time`
FROM `internal`.`default_cluster:dasuan_analysis_data`.`dws_area_cust_order_d`
Looks like SQL that automatically collects table information.
Search before asking
Version
selectdb-doris 2.0.3
What's Wrong?
So, I just paste the stack information here.
What You Expected?
be not crash
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct