Skip to content

Conversion from AggregateFunction(min, Int64) to AggregateFunction(min, UInt64) is not supported #10139

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

Closed
weiyongyuan opened this issue Apr 9, 2020 · 1 comment
Labels

Comments

@weiyongyuan
Copy link

1.when use min/max(int64) indistributed table,throw exception Conversion from AggregateFunction(min, Int64) to AggregateFunction(min, UInt64) is not supported。But,same query execute on local table no exception

2.ClickHouse server version:20.1.6.30
3.here is the distributed query result picture,throw exception
image

4.here is the local query result ,no exception
image

@weiyongyuan weiyongyuan added the bug Confirmed user-visible misbehaviour in official release label Apr 9, 2020
@weiyongyuan
Copy link
Author

sorry ,i found that my distributed table and local table 's column found_time's type is not same.

@filimonov filimonov added invalid and removed bug Confirmed user-visible misbehaviour in official release labels Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants