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

Support pointwise operations on arrays #52625

Merged
merged 28 commits into from Aug 8, 2023
Merged

Conversation

yariks5s
Copy link
Member

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Added support for adding and subtracting arrays: [5,2] + [1,7].
Division and multiplication were not implemented due to confusion between pointwise multiplication and the scalar product of arguments. Closes #49939

Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/

@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-improvement Pull request with some product improvements label Jul 26, 2023
@robot-clickhouse-ci-1
Copy link
Contributor

robot-clickhouse-ci-1 commented Jul 26, 2023

This is an automated comment for commit 44400cc with description of existing statuses. It's updated for the latest CI running
The full report is available here
The overall status of the commit is 🟡 pending

Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR🟡 pending
Mergeable CheckChecks if all other necessary checks are successful🟢 success

@antaljanosbenjamin antaljanosbenjamin self-assigned this Aug 1, 2023
src/DataTypes/DataTypeArray.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
yariks5s and others added 5 commits August 2, 2023 18:39
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
src/Functions/FunctionBinaryArithmetic.h Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
src/Functions/FunctionBinaryArithmetic.h Outdated Show resolved Hide resolved
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
@yariks5s yariks5s merged commit 9476344 into ClickHouse:master Aug 8, 2023
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support pointwise operations on arrays
4 participants