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 mapping of Map fields in SQL #20256

Merged
merged 6 commits into from
Dec 22, 2021

Conversation

viliam-durina
Copy link
Contributor

@viliam-durina viliam-durina commented Dec 21, 2021

Fixes: #20217

@viliam-durina viliam-durina added Type: Defect Source: Community PR or issue was opened by a community user Team: SQL labels Dec 21, 2021
@viliam-durina viliam-durina added this to the 5.0.3 milestone Dec 21, 2021
@viliam-durina viliam-durina self-assigned this Dec 21, 2021
@viliam-durina viliam-durina marked this pull request as ready for review December 21, 2021 15:04
@hazelcast hazelcast deleted a comment from hz-devops-test Dec 22, 2021
@hazelcast hazelcast deleted a comment from hz-devops-test Dec 22, 2021
@hazelcast hazelcast deleted a comment from hz-devops-test Dec 22, 2021
@viliam-durina viliam-durina merged commit 3794b36 into hazelcast:5.0.z Dec 22, 2021
@viliam-durina viliam-durina deleted the sql-map-field-fix branch December 22, 2021 14:12
viliam-durina added a commit to viliam-durina/hazelcast that referenced this pull request Dec 22, 2021
…azelcast#20256)

The type of the column in DESCRIPTOR and the type of the interval have
to match. Previously we threw `Cannot apply 'IMPOSE_ORDER' function to
[ROW, COLUMN_LIST`, now we throw more informative, e.g. `The descriptor
column type (BIGINT) and the interval type (INTERVAL DAY SECOND) do not
match`
mmedenjak pushed a commit that referenced this pull request Jan 3, 2022
…20256) (#20263)

The type of the column in DESCRIPTOR and the type of the interval have
to match. Previously we threw `Cannot apply 'IMPOSE_ORDER' function to
[ROW, COLUMN_LIST`, now we throw more informative, e.g. `The descriptor
column type (BIGINT) and the interval type (INTERVAL DAY SECOND) do not
match`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Community PR or issue was opened by a community user Team: SQL Type: Defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants