[MCOL-5168] N/A for min and max in calshowpartitions Created: 2022-07-25  Updated: 2022-10-25

Status: Open
Project: MariaDB ColumnStore
Component/s: None
Affects Version/s: None
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: Kirill Perov Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Environment:

columnstore develop, MDB 10.6-enterprise, DroneCI, any OS



 Description   

CREATE TABLE t1 (a DECIMAL(17,1)) ENGINE=ColumnStore;
INSERT INTO t1 VALUES (-8999999999999999.9);
SELECT * FROM t1 WHERE a=0;
SELECT calshowpartitions('t1','a');

should give:
Part# Min Max Status
0.0.1 -8999999999999999.9 -8999999999999999.9 Enabled

but sometimes give:
Part# Min Max Status
0.0.1 N/A N/A Enabled


Generated at Thu Feb 08 02:55:51 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.