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

Fix DUMP debug. #7500

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Fix DUMP debug. #7500

merged 1 commit into from
Oct 29, 2019

Conversation

amosbird
Copy link
Collaborator

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Category (leave one):

  • Build/Testing/Packaging Improvement

Short description (up to few sentences):

#7419 is wrong. Dependent type cannot be used for template deduction. Also move DUMP AST to parser DSO.

@@ -135,7 +129,7 @@ std::ostream & operator<<(std::ostream & stream, const SyntaxAnalyzerResult & wh
if (!what.aliases.empty())
{
stream << "aliases=";
dumpValue(stream, what.aliases);
// dumpValue(stream, what.aliases);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we print something here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, that's a mistake.

@alexey-milovidov alexey-milovidov merged commit 6e837e8 into ClickHouse:master Oct 29, 2019
@alexey-milovidov
Copy link
Member

@akuzm Could you please create an issue (or do a quick fix) for those that were found with fuzz test with UBSan?

@akuzm
Copy link
Contributor

akuzm commented Oct 30, 2019

@akuzm Could you please create an issue (or do a quick fix) for those that were found with fuzz test with UBSan?

#7540

@CurtizJ CurtizJ added the pr-build Pull request with build/testing/packaging improvement label Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-build Pull request with build/testing/packaging improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants