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

MySQL Partition by range queries translation to ClickHouse #952

Open
subkanthi opened this issue Dec 12, 2024 · 1 comment
Open

MySQL Partition by range queries translation to ClickHouse #952

subkanthi opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
dev-complete Development completed lightweight Issues related to Lightweight version mysql
Milestone

Comments

@subkanthi
Copy link
Collaborator

No description provided.

@subkanthi subkanthi added this to the 2.6.0 milestone Dec 12, 2024
@subkanthi subkanthi self-assigned this Dec 12, 2024
@subkanthi subkanthi added mysql lightweight Issues related to Lightweight version labels Dec 12, 2024
@subkanthi
Copy link
Collaborator Author

Looks like bitwise operators are not supported
ClickHouse/ClickHouse#2358

Implementing bitwise operators is risky, here's why:

if we'd have bitwise operators | and &, the users may think (for a moment), we also have logical operators || and &&;
but we have the string concatenation operator ||, so it may lead to confusion.
Although MySQL and MS SQL Server have them, maybe it's worth doing.
Let's put this task on hold.
ec3bece132cc :) select 5 & 3 as result;

Syntax error: failed at position 10 ('&'):

select 5 & 3 as result;

Unrecognized token: '&'

@subkanthi subkanthi added the dev-complete Development completed label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-complete Development completed lightweight Issues related to Lightweight version mysql
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant