[Bug]: mo_columns的创建时间是0001-01-01 00:28:35 +0000 UTC
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch Name
1.1-dev
Commit ID
14c4496c6
Other Environment Information
- Hardware parameters:
- OS type:
- Others:
阿里云QA&Dev都有这个问题,上述是QA的版本
Actual Behavior
查询SQL:
/* cloud_nonuser */SELECT relname AS name, mo_table_rows(reldatabase, relname) AS rows, mo_table_size(reldatabase, relname) AS size, if (role_name IS NULL, '-', role_name) AS owner, mo_tables.created_time AS created FROM mo_catalog.mo_tables LEFT JOIN mo_catalog.mo_role ON mo_catalog.mo_tables.owner=role_id WHERE relkind IN ('r','e','cluster') AND reldatabase='mo_catalog' Order by name;
展示如下结果:
Expected Behavior
期望有个正常的时间
Steps to Reproduce
如Actual Behavior
Additional information
No response
未投入
未投入
未投入
未投入
和彭振沟通,挪到1.3.0进行解决
未投入
未投入
未投入
未投入
未投入
未投入
还在看
还在看
还在看
还在看
还在看
还在看
还在看
fixed in https://github.com/matrixorigin/matrixone/pull/17721
还在看
pr 已经合进去,main 上已经解决
@aressu1985 plz test
fixed