schema information gets truncated when viewing wide table schema or exporting its data
Open
@yu285 is already working on this.
Since Apr 23, 2025.
bug
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
接近 2000 列的超级表,使用 describe table_name方式能看到完整的字段,但是通过 show create stable xxxx \G方式,打印的建表语句被截断了,后面的字段不再显示。
使用show create stable xxxx \G命令查看建表语句:
使用describe table_name命令查看表字段:
另外,taosdump命令导出数据库时,导出目录下的 dbs.sql里的建表语句也是被截断的。
3.3.5.0 和 3.3.6.3 版本下都有这个问题。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.