[MCOL-3691] COLUMNSTORE_COLUMNS.IS_NULLABLE always reports false Created: 2019-12-25  Updated: 2023-03-06  Resolved: 2023-03-06

Status: Closed
Project: MariaDB ColumnStore
Component/s: N/A
Affects Version/s: 1.4.2
Fix Version/s: Icebox

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Do Votes: 0
Labels: None


 Description   

MariaDB f93bfb9288d020b190f5c73a31223fff6439687d

MariaDB [db]> create table t1 (a int null, b int not null) engine=Columnstore;
Query OK, 0 rows affected (0.457 sec)
 
MariaDB [db]> insert into t1 values (null,1);
Query OK, 1 row affected (0.182 sec)
 
MariaDB [db]> select table_schema, table_name, is_nullable from information_schema.columnstore_columns;
+--------------+------------+-------------+
| table_schema | table_name | is_nullable |
+--------------+------------+-------------+
| db           | t1         |           0 |
| db           | t1         |           0 |
+--------------+------------+-------------+
2 rows in set (0.038 sec)



 Comments   
Comment by Todd Stoffel (Inactive) [ 2023-03-06 ]

This ticket was opened prior to convergence with the server. It may have been rendered obsolete. If this issue still exists in a modern version, please open a new request.

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