question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

system.columns.comment column was introduced only in 18.16.0

See original GitHub issue

https://github.com/ClickHouse/clickhouse-jdbc/blob/5e6f74b89354e60af7d0c9437eef0520ee9ffda1/clickhouse-jdbc/src/main/java/ru/yandex/clickhouse/ClickHouseDatabaseMetadata.java#L804

18.14.18

ClickHouse exception, code: 47, host: ....., port: 8123; Code: 47, e.displayText() = 
DB::Exception: Unknown identifier: comment, e.what() = DB::Exception [DB Errorcode=47]

ClickHouse Release 18.16.0 Now you can specify comments for a column in the table description https://github.com/ClickHouse/ClickHouse/pull/3377

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
zhicwucommented, Jul 11, 2021

We don’t maintain the list of https://github.com/Altinity/ch-stable-versions/blob/c83b2b51e98ea156dd2c31e95c69a41a360f64b8/versions.json#L22-L31 - it contains outdated info and not updated in a timely fashion.

Thanks @alexey-milovidov. Wouldn’t it better to maintain a list of all supported versions(mostly in format of major.minor) in a text(yaml/json) file in server repository? That way, all clickhouse clients can use that as inputs for regression test to ensure backward compatibility.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation: 9.1: System Columns - PostgreSQL
This column is only present if the table was created using WITH OIDS, or if the default_with_oids configuration variable was set at the...
Read more >
SYSIBM.SYSCOLUMNS catalog table - Db2 SQL
Column name Data type Use NAME VARCHAR(128) NOT NULL G TBNAME VARCHAR(128) NOT NULL G TBCREATOR VARCHAR(128) NOT NULL G
Read more >
sys.columns (Transact-SQL) - SQL Server - Microsoft Learn
Column name Data type Description object_id int ID of the object to which this column belongs. name sysname Name of the column. Is unique within...
Read more >
Column Type Reference | Smartsheet Learning Center
System. These are the different system columns and the information they record: Created by: Who created each row; Created date: When each row ......
Read more >
columns | ClickHouse Docs
columns only in those session where they have been created. They are shown with the empty database field. The system.columns table contains the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found