Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed backward incompatibility of table function "remote" introduced with column comments #4446

Conversation

alexey-milovidov
Copy link
Member

For changelog. Remove if this is non-significant change.

Category (leave one):

  • Improvement

Short description (up to few sentences):
Fixed backward incompatibility of table function "remote" introduced with column comments. If the function "remote" or "cluster" is querying old ClickHouse server, it was failing with Not found column comment_expression in block error message. Renamed comment_expression to comment in the result of DESC TABLE query.

Detailed description (optional):
This PR fixes #4040
Not covered by tests.

@alexey-milovidov
Copy link
Member Author

00838_system_tables_drop_table_race - TODO

@alexey-milovidov alexey-milovidov merged commit 6d7fea6 into master Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remote(...) to older server = Not found column comment_expression in block
1 participant